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

16
Cargo.lock generated Normal file
View file

@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "pico-args"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
[[package]]
name = "trictrac"
version = "0.1.0"
dependencies = [
"pico-args",
]