rust_study/5.function/Cargo.toml
2024-05-25 17:46:51 +08:00

8 lines
118 B
TOML

[package]
name = "function"
# 继承 workspace 的版本号
version.workspace = true
edition = "2021"
[dependencies]