增加精简客户端模块,适用于服务端、路由器
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user