aoc2019/Cargo.toml
2020-04-19 01:56:59 +02:00

21 lines
No EOL
367 B
TOML

[package]
name = "aoc2019"
version = "0.1.0"
authors = ["Stefan Schwarz <stefan@f2o.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[[bin]]
name = "day1"
path = "src/day1/main.rs"
[[bin]]
name = "day2"
path = "src/day2/main.rs"
[[bin]]
name = "day3"
path = "src/day3/main.rs"