Mitgliederladen/backend/Cargo.toml

26 lines
572 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]
# Compiling actix-server v2.2.0
# Compiling actix-http v3.3.1
# Compiling actix-web v4.3.1
2023-07-16 15:15:47 +02:00
actix-web ="4"
# Compiling actix-rt v2.8.0
actix-rt = "*"
#actix-swagger = "*"
serde = "*"
#utoipa = { version = "3", features = ["actix_extras"] }
# Compiling utoipa-swagger-ui v3.1.4
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"