temp-aoc-2023/one/Cargo.toml

17 lines
258 B
TOML
Raw Normal View History

2023-12-01 09:10:18 +00:00
[package]
name = "one"
version = "0.1.0"
edition = "2021"
2023-12-01 12:35:54 +00:00
[[bin]]
name = "pone"
path = "src/one.rs"
[[bin]]
name = "ptwo"
path = "src/two.rs"
2023-12-01 09:10:18 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]