|
|
|
@ -231,6 +231,7 @@ dependencies = [
|
|
|
|
"clap",
|
|
|
|
"clap",
|
|
|
|
"const_format",
|
|
|
|
"const_format",
|
|
|
|
"crossterm",
|
|
|
|
"crossterm",
|
|
|
|
|
|
|
|
"glob",
|
|
|
|
"itertools",
|
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
@ -301,6 +302,12 @@ version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "glob"
|
|
|
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
version = "0.11.2"
|
|
|
|
|