17 lines
266 B
TOML
17 lines
266 B
TOML
|
[package]
|
||
|
name = "three"
|
||
|
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]
|