deps: add clap to workspace hack
This commit is contained in:
parent
f367f4dee0
commit
3733e45d97
2 changed files with 2 additions and 0 deletions
|
@ -3512,6 +3512,7 @@ version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bstr",
|
"bstr",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
"clap 3.1.1",
|
||||||
"crossbeam-utils",
|
"crossbeam-utils",
|
||||||
"libc",
|
"libc",
|
||||||
"libz-sys",
|
"libz-sys",
|
||||||
|
|
|
@ -73,6 +73,7 @@ features = [
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bstr = { version = "0.2.13", features = ["default"] }
|
bstr = { version = "0.2.13", features = ["default"] }
|
||||||
byteorder = { version = "1", features = ['default', 'std'] }
|
byteorder = { version = "1", features = ['default', 'std'] }
|
||||||
|
clap = { version = "3.1.1", features = ["lazy_static", "derive", "clap_derive"]}
|
||||||
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
|
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
|
||||||
crossbeam-utils = { version = "0.8.0", features = ["nightly"] }
|
crossbeam-utils = { version = "0.8.0", features = ["nightly"] }
|
||||||
libc = { version = "0.2.79", features = ["align"] }
|
libc = { version = "0.2.79", features = ["align"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue