You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
323 B
11 lines
323 B
[package]
|
|
name = "advent_of_code"
|
|
version = "0.8.0"
|
|
authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"]
|
|
edition = "2021"
|
|
default-run = "advent_of_code"
|
|
publish = false
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
pico-args = "0.5.0"
|
|
|