Archived
2
0

kind of working

This commit is contained in:
2022-12-13 22:43:40 -05:00
parent 5c82375ff6
commit 1e0682390d
3 changed files with 18 additions and 17 deletions

6
arg/Cargo.lock generated
View File

@@ -12,8 +12,7 @@ dependencies = [
[[package]]
name = "arg"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae60fcba735ceff2193950be268184f45271dd9e9c0823e6d1e9c5d1070caf81"
source = "git+https://github.com/DoumanAsh/arg.rs?branch=ignore_single_dash#14342e3fa59795345005bd21cd5f86a437bc0b10"
dependencies = [
"arg-derive",
]
@@ -21,8 +20,7 @@ dependencies = [
[[package]]
name = "arg-derive"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5f4f6d38dfe8c7ddd11686611d41897abd43db81e28d3cfe8903d78ee5cb06b"
source = "git+https://github.com/DoumanAsh/arg.rs?branch=ignore_single_dash#14342e3fa59795345005bd21cd5f86a437bc0b10"
dependencies = [
"quote",
"syn",