14 lines
219 B
TOML
14 lines
219 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "aoc"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "day1"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"aoc",
|
|
]
|