Files
rust-by-practice/practices/hello-package/Cargo.toml
2022-03-14 21:14:52 +08:00

9 lines
182 B
TOML

[package]
name = "hello-package"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]