f66a36d0f4
Signed-off-by: Catty Steve <4795515+Catty2014@user.noreply.gitee.com>
21 lines
515 B
TOML
21 lines
515 B
TOML
[package]
|
|
name = "workshop-agent"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
actix-web = { version = "4.11.0", features = ["rustls-0_23"] }
|
|
actix-web-httpauth = "0.8.2"
|
|
anyhow = "1.0.100"
|
|
config = "0.15.18"
|
|
env_logger = "0.11.8"
|
|
log = "0.4.28"
|
|
querystring = "1.1.0"
|
|
rustls = "0.23.35"
|
|
rustls-pemfile = "2.2.0"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
shellflip = "2.1.2"
|
|
thiserror = "2.0.17"
|
|
tokio = { version = "1.48.0", features = ["full"] }
|
|
uuid = { version = "1.18.1", features = ["v4"] }
|