aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authoropen-trade <[email protected]>2020-03-07 23:24:58 +0800
committeropen-trade <[email protected]>2020-03-07 23:24:58 +0800
commitd5e55b33d57beb374984c2c4288835ee4773c11f (patch)
tree0f2c2e5aa2ac84c10e933905f6f132b6ba3ca6d2 /Cargo.lock
parentd8b829818e1c7fa2ec8c3a2ac64364977ce69882 (diff)
downloadrustdesk-server-d5e55b33d57beb374984c2c4288835ee4773c11f.tar.gz
rustdesk-server-d5e55b33d57beb374984c2c4288835ee4773c11f.zip
move proto and V4Mangle to hbb_common
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 9 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4460f6a..6fdde6f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -152,15 +152,22 @@ dependencies = [
]
[[package]]
+name = "hbb_common"
+version = "0.1.0"
+dependencies = [
+ "protobuf 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "protobuf-codegen-pure 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
name = "hbbs"
version = "0.1.0"
dependencies = [
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "hbb_common 0.1.0",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "protobuf 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "protobuf-codegen-pure 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
"simple-error 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-util 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",