advent-of-code/Cargo.toml

12 lines
301 B
TOML
Raw Normal View History

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