Files
AOC/template/day-n/Cargo.toml
2023-12-12 08:46:31 -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 }