advent_of_code_2022/Cargo.toml

15 lines
280 B
TOML
Raw Normal View History

2022-11-30 22:56:59 -06:00
[package]
name = "advent_of_code_2022"
version = "0.1.0"
authors=["Gabriel Venberg"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name="template"
path="src/template/solve.rs"
[dependencies]
regex="1"