Advent-of-Code/2023/daily-template/Cargo.toml
2023-12-08 17:32:43 +02:00

10 lines
213 B
TOML

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