12 lines
265 B
TOML
12 lines
265 B
TOML
|
[package]
|
||
|
name = "aoc"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
authors = ["Matej Janežič <janezic.mj@gmail.com>"]
|
||
|
default-run = "aoc"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
pico-args = "0.5.0"
|