aoc2022/Cargo.toml

12 lines
323 B
TOML
Raw Normal View History

2021-12-29 13:12:01 +00:00
[package]
name = "advent_of_code"
2022-11-29 13:10:03 +00:00
version = "0.7.0"
2021-12-29 13:12:01 +00:00
authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"]
edition = "2021"
default-run = "advent_of_code"
2022-11-29 10:40:59 +00:00
publish = false
2021-12-29 13:12:01 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pico-args = "0.5.0"