Mitgliederladen/backend/Cargo.toml

16 lines
317 B
TOML
Raw Normal View History

2023-07-16 15:15:47 +02:00
[package]
name = "server"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web ="4"
2023-07-19 11:02:28 +02:00
actix-files = "*"
2023-07-16 21:33:14 +02:00
utoipa-swagger-ui = { version = "3", features = ["actix-web"] }
2023-07-16 19:45:48 +02:00
[[bin]]
name = "webserver"
path = "main.rs"