advent-of-code/Cargo.toml

18 lines
372 B
TOML
Raw Normal View History

2021-12-29 14:12:01 +01:00
[package]
name = "advent_of_code"
2023-11-24 09:27:19 +01:00
version = "0.9.2"
2021-12-29 14:12:01 +01:00
authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"]
edition = "2021"
default-run = "advent_of_code"
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
2023-10-21 21:08:46 +02:00
[lib]
doctest = false
[features]
test_lib = []
2021-12-29 14:12:01 +01:00
[dependencies]
pico-args = "0.5.0"