cargo: add maplit
This commit is contained in:
parent
95446c8187
commit
a7e333925e
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -726,6 +726,12 @@ dependencies = [
|
||||
"cfg-if 0.1.10",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "maplit"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
||||
|
||||
[[package]]
|
||||
name = "memchr"
|
||||
version = "2.3.4"
|
||||
@ -1234,6 +1240,7 @@ dependencies = [
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"libdnf-sys",
|
||||
"maplit",
|
||||
"memfd",
|
||||
"nix 0.20.0",
|
||||
"openat",
|
||||
|
@ -40,6 +40,7 @@ indicatif = "0.15.0"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.86"
|
||||
libdnf-sys = { path = "rust/libdnf-sys", version = "0.1.0" }
|
||||
maplit = "1.0"
|
||||
memfd = "0.4.0"
|
||||
nix = "0.20.0"
|
||||
openat = "0.1.19"
|
||||
|
Loading…
Reference in New Issue
Block a user