No need to use submodule for argh

This commit is contained in:
LoveSy
2023-07-07 01:12:44 +08:00
committed by John Wu
parent 64c82e1f2c
commit 0a07018fec
4 changed files with 7 additions and 5 deletions

View File

@@ -6,7 +6,6 @@ resolver = "2"
[workspace.dependencies]
cxx = { path = "external/cxx-rs" }
cxx-gen = { path = "external/cxx-rs/gen/lib" }
argh = { path = "external/argh/argh" }
libc = "0.2"
cfg-if = "1.0"
num-traits = "0.2"
@@ -18,6 +17,10 @@ sha1 = "0.10"
sha2 = "0.10"
digest = "0.10"
[workspace.dependencies.argh]
git = "https://github.com/topjohnwu/argh.git"
rev = "2fecd81d606364a8b07b942ed01697bbd3a62193"
[workspace.dependencies.pb-rs]
git = "https://github.com/tafia/quick-protobuf.git"
rev = "2f37d5a65504de7d716b5b28fd82219501a901a9"