temp-aoc-2023/four/Cargo.toml

17 lines
259 B
TOML
Raw Normal View History

2023-12-04 05:38:00 +00:00
[package]
name = "four"
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]