advent-of-code/Cargo.toml
Tristan Guichaoua 9f6a344f27
chore: add publish=false
fix #8
2022-11-29 11:34:19 +01:00

11 lines
301 B
TOML

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