2023-12-03 09:19:58 +00:00
|
|
|
[package]
|
|
|
|
name = "three"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "pone"
|
|
|
|
path = "src/one.rs"
|
|
|
|
|
2023-12-03 11:00:37 +00:00
|
|
|
[[bin]]
|
|
|
|
name = "ptwo"
|
|
|
|
path = "src/two.rs"
|
2023-12-03 09:19:58 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|