advent/2021/Cargo.toml
2021-12-01 15:38:32 -08:00

10 lines
256 B
TOML

[package]
name = "advent-2021"
version = "0.1.0"
authors = ["Joseph Montanaro <jfmontanaro@modg.org>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre = "^0.5.11"