actually include day two binaries in toml

main
Zynh0722 2023-12-02 01:35:19 -08:00
parent 505121e9e3
commit 068548ebdb
1 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,14 @@ name = "two"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "pone"
path = "src/one.rs"
[[bin]]
name = "ptwo"
path = "src/two.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]