temp-aoc-2023/three/Cargo.toml

17 lines
266 B
TOML
Raw Normal View History

2023-12-03 09:19:58 +00:00
[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]