actually include day two binaries in toml
This commit is contained in:
parent
505121e9e3
commit
068548ebdb
1 changed files with 8 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue