lan discovery in socket_cs

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2021-12-18 23:38:50 +08:00
parent 362b5594a2
commit 87f50a6318
15 changed files with 446 additions and 22 deletions

14
libs/socket_cs/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "socket_cs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hbb_common = { path = "../hbb_common" }
async-trait = "0.1"
[dev-dependencies]
clap = "2.33"