actually include day two binaries in toml

This commit is contained in:
Zynh0722 2023-12-02 01:35:19 -08:00
parent 505121e9e3
commit 068548ebdb

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]