pico-args

This commit is contained in:
Henri Bourcereau 2022-12-01 18:04:03 +01:00
parent 529364f062
commit 9bbe58a274
6 changed files with 54 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "trictrac"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pico-args = "0.5.0"