实现远程日志
This commit is contained in:
@@ -6,5 +6,14 @@ edition = "2024"
|
||||
[dependencies]
|
||||
actix = "0.13.5"
|
||||
actix-web = "4.12.1"
|
||||
actix-web-actors = "4.3.1"
|
||||
anyhow = "1.0.100"
|
||||
chrono = "0.4.43"
|
||||
colored = "3.1.1"
|
||||
fern = "0.7.1"
|
||||
log = "0.4.29"
|
||||
prost = "0.14.3"
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
|
||||
[build-dependencies]
|
||||
prost-build = "0.14.3"
|
||||
|
||||
Reference in New Issue
Block a user