aoc/Cargo.toml
2020-12-18 14:47:38 -08:00

13 lines
287 B
TOML

[package]
name = "aoc"
version = "0.1.0"
authors = ["Glenn Griffin <ggriffiniii@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aoc-runner = "0.3.0"
aoc-runner-derive = "0.3.0"
nom = "6.0.1"