aoc2020/Cargo.toml
Stefan Schwarz 7daf5a0294 aoc day2
2020-12-02 13:07:28 +01:00

20 lines
384 B
TOML

[package]
name = "aoc2020"
version = "0.1.0"
authors = ["Stefan Schwarz <ssz@bitsbeats.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
alloc_counter = "0.0.4"
anyhow = "1.0"
itertools = "0.9"
[[bin]]
name = "day01"
path = "src/day01/main.rs"
[[bin]]
name = "day02"
path = "src/day02/main.rs"