learning_rust/the_book/workspaces/adder/Cargo.toml
2022-08-10 11:44:20 -05:00

10 lines
206 B
TOML

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