advent/2021/Cargo.toml
2021-12-08 14:53:33 -08:00

11 lines
271 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"
num = "^0.4.0"