working on lic

This commit is contained in:
opentrade
2021-04-08 18:59:57 +08:00
parent 918dfc3bdd
commit 1282e730af
5 changed files with 120 additions and 3 deletions

30
Cargo.lock generated
View File

@@ -618,15 +618,19 @@ dependencies = [
name = "hbbs"
version = "1.1.3"
dependencies = [
"base64 0.13.0",
"clap",
"hbb_common",
"lazy_static",
"mac_address",
"machine-uid",
"reqwest",
"rocksdb",
"rust-ini",
"serde",
"serde_derive",
"serde_json",
"whoami",
]
[[package]]
@@ -872,6 +876,15 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "machine-uid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f1595709b0a7386bcd56ba34d250d626e5503917d05d32cdccddcd68603e212"
dependencies = [
"winreg 0.6.2",
]
[[package]]
name = "matches"
version = "0.1.8"
@@ -1420,7 +1433,7 @@ dependencies = [
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
"winreg 0.7.0",
]
[[package]]
@@ -2072,6 +2085,12 @@ dependencies = [
"libc",
]
[[package]]
name = "whoami"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7884773ab69074615cb8f8425d0e53f11710786158704fca70f53e71b0e05504"
[[package]]
name = "winapi"
version = "0.2.8"
@@ -2115,6 +2134,15 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winreg"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "winreg"
version = "0.7.0"