feat: add /time

This commit is contained in:
2021-05-17 23:10:07 +08:00
parent b2ee806448
commit d0f8cd4619
4 changed files with 81 additions and 2 deletions

View File

@@ -8,9 +8,11 @@ edition = "2018"
[dependencies]
rust_util = "0.6"
simpledateformat = "0.1"
chrono = "0.4"
tungstenite = {version = "0.13", default-features = false}
tokio-tungstenite = "0.14"
tokio = { version = "1.0.0", features = ["full"]}
tokio = { version = "1.0", features = ["full"]}
futures-util = "0.3"
lazy_static = "1.4"
futures-channel = "0.3"