1
0
Fork 0
aoc2021/Cargo.toml

15 lines
241 B
TOML
Raw Normal View History

2021-12-01 05:16:08 +00:00
[package]
name = "aoc2021"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitvec = "0.22.3"
hex = "0.4.3"
2021-12-12 19:46:58 +00:00
[profile.release]
debug = true