access control and command handling with regex

This commit is contained in:
2021-08-22 01:50:07 +02:00
parent 5a631f785e
commit 99d9b83c68
7 changed files with 793 additions and 113 deletions
+3
View File
@@ -26,6 +26,9 @@ tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1.7"
thiserror = "1.0.26"
futures = "0.3"
voca_rs = "1.13.0"
regex = "1.5.4"
once_cell = "1.8.0"
native-tls = "0.2.8"
websocket = "0.26.2"