added install command for the reveal binary

This commit is contained in:
2023-03-06 21:21:30 +01:00
parent 86c325ea3a
commit 571f93ed62
5 changed files with 180 additions and 1 deletions

10
Cargo.lock generated
View File

@@ -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"