aoc-2020-rust/Cargo.toml
2021-09-12 16:41:05 +02:00

16 lines
284 B
TOML

[package]
name = "advent-of-code-2020"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
bench = false
[dependencies]
rust-crypto = "*"
aoc-runner = "*"
aoc-runner-derive = "*"
itertools = '*'