Files
AOC/template/day-n/Cargo.toml
2024-01-04 21:00:53 -05:00

20 lines
425 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
log.workspace = true
error-stack.workspace = true
thiserror.workspace = true
[dev-dependencies]
test-log.workspace = true