Files
AOC/template/day-n/Cargo.toml
2023-12-04 19:43:06 -05:00

13 lines
301 B
TOML

[package]
name = "{{project-name}}"
version.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom.workspace = true
itertools.workspace = true