1
0
Fork 0
advent-of-code/Cargo.toml

10 lines
195 B
TOML
Raw Normal View History

2022-12-01 05:44:06 +00:00
[package]
name = "aoc-vv"
2022-12-01 05:44:06 +00:00
version = "0.1.0"
edition = "2021"
2022-12-01 06:46:09 +00:00
default-run = "p01"
2022-12-01 05:44:06 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]