rust_learn/workspace_learn/add/adder1/Cargo.toml
2024-06-08 15:01:12 +08:00

11 lines
224 B
TOML
Executable File

[package]
name = "adder1"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
add-one = { path = "../add-one" }