taskkill /F /IM nginx.exe
This commit is contained in:
@@ -8,12 +8,16 @@ actix-web = "^4.0"
|
||||
tokio = { version = "^1.0", features = ["full"] }
|
||||
serde = { version = "^1.0", features = ["derive"] }
|
||||
serde_json = "^1.0"
|
||||
reqwest = { version = "^0.11", features = ["json"] }
|
||||
reqwest = { version = "^0.11", features = ["json", "native-tls"] }
|
||||
# mini-redis = "0.4" # 使用自定义嵌入式Redis实现
|
||||
tokio-tungstenite = "^0.18"
|
||||
tokio-tungstenite = { version = "0.18", features = ["native-tls"] }
|
||||
native-tls = "0.2"
|
||||
shared = { path = "../shared" }
|
||||
env_logger = "^0.10"
|
||||
awc = { version = "^3.0", features = ["rustls"] }
|
||||
awc = { version = "^3.0" }
|
||||
futures-util = "^0.3"
|
||||
chrono = "^0.4"
|
||||
url = "^2.0"
|
||||
base64 = "^0.22"
|
||||
rand = "^0.8"
|
||||
# heed = "^0.20" # 暂时移除,后续实现HeedDB功能
|
||||
|
||||
Reference in New Issue
Block a user