rust_study/5.function/Cargo.toml

8 lines
118 B
TOML
Raw Permalink Normal View History

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