首次提交
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "LoggerServer"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.13.5"
|
||||
actix-web = "4.12.1"
|
||||
anyhow = "1.0.100"
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
Reference in New Issue
Block a user