迁移项目,完善provider的框架 (#6)

This commit is contained in:
YuLong Huang
2025-03-02 16:37:46 +08:00
committed by GitHub
parent 8ec1bdb475
commit 1759d28dd0
9 changed files with 1288 additions and 100 deletions

View File

@ -5,3 +5,23 @@ version.workspace = true
authors.workspace = true
[dependencies]
actix-web = "4.5.1"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
tokio = { version = "1.37.0", features = ["full"] }
bollard = "0.13.0"
uuid = { version = "1.8.0", features = ["v4"] }
actix-web-httpauth = "0.6"
config = "0.11"
thiserror = "1.0"
reqwest = "0.11"
lazy_static = "1.4"
prometheus = "0.13"
tempfile = "3.2"
hyper = "0.14"
tower = "0.4"
regex = "1"
futures = "0.3"
actix-service = "2"
base64 = "0.13"
futures-util = "0.3"