Files
AdventOfCode-Rust/Cargo.toml
Tristan Guichaoua f5b7707dd8 chore: add publish=false (#9)
fix #8
2022-11-29 11:40:59 +01:00

12 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"