增加精简客户端模块,适用于服务端、路由器

This commit is contained in:
lubeilin
2023-07-05 23:38:02 +08:00
parent a6050e5f59
commit 24140c2145
2 changed files with 268 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "switch-mini"
version = "1.0.7"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
switch = {path="../switch"}
tokio = { version = "1.28.1", features = ["full"] }
getopts = "0.2.21"
ansi_term = "0.12.1"