aoc2020/Cargo.toml
Stefan Schwarz 77e9d3eb96 day01
2020-12-01 08:58:51 +01:00

14 lines
291 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]
anyhow = "1.0"
[[bin]]
name = "day01"
path = "src/day01/main.rs"