支持websocket协议

This commit is contained in:
lbl8603
2024-06-30 22:16:30 +08:00
parent 728598ba8e
commit 17d1ad3716
27 changed files with 720 additions and 657 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "vnt-cli"
version = "1.2.10"
version = "1.2.11"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -40,6 +40,7 @@ log = ["common/log"]
command = ["common/command"]
file_config = ["common/file_config"]
upnp = ["common/upnp"]
websocket = ["common/websocket"]
[build-dependencies]
rand = "0.8.5"