added install command for the reveal binary
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -139,6 +139,7 @@ version = "0.2.0"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"colored",
|
||||
"home",
|
||||
"regex",
|
||||
"reqwest",
|
||||
"text_io",
|
||||
@@ -294,6 +295,15 @@ dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "home"
|
||||
version = "0.5.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
|
||||
dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "http"
|
||||
version = "0.2.8"
|
||||
|
||||
Reference in New Issue
Block a user