Files
AOC/template/day-n/Cargo.toml
Dylan Thies d95c567319 cleanup
2023-12-12 00:22:07 -05:00

13 lines
312 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 ]