编译websocket

This commit is contained in:
lbl8603
2024-07-02 21:18:08 +08:00
parent 98c394c993
commit 7e218355f2
10 changed files with 216 additions and 65 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ port_mapping = ["vnt/port_mapping"]
lz4 = ["vnt/lz4_compress"]
zstd = ["vnt/zstd_compress"]
upnp = ["vnt/upnp"]
websocket = ["vnt/websocket"]
ws = ["vnt/ws"]
wss = ["vnt/wss"]
command = []
file_config = []
log = ["log4rs"]