advent-of-code/aoc/Cargo.toml

11 lines
245 B
TOML
Raw Permalink Normal View History

2019-12-01 22:22:12 +01:00
[package]
name = "aoc"
version = "0.1.0"
authors = ["Antoine Martin <antoine97.martin@gmail.com>"]
2021-11-25 16:34:29 +01:00
edition = "2021"
2019-12-01 22:22:12 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-12-14 18:08:16 +01:00
anyhow = "1.0"