move proto and V4Mangle to hbb_common

This commit is contained in:
open-trade
2020-03-07 23:24:58 +08:00
parent d8b829818e
commit d5e55b33d5
8 changed files with 24 additions and 86 deletions

View File

@@ -8,13 +8,14 @@ edition = "2018"
[dependencies]
tokio = { version = "0.2", features = ["full"] }
protobuf = "2.10"
tokio-util = { version = "0.3", features = ["full"] }
log = "0.4"
env_logger = "0.7"
futures = "0.3"
bytes = "0.5"
simple-error = "0.2"
hbb_common = { path = "libs/hbb_common" }
[workspace]
members = ['libs/hbb_common']
[build-dependencies]
protobuf-codegen-pure = "2.10"