[package] name = "backend-actix" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gamenight-database = { path = "../gamenight-database"} actix-web = "4" actix-cors = "0.7" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" uuid = { version = "1.3.0", features = ["serde", "v4"] } chrono = { version = "0.4", features = ["serde"] } jsonwebtoken = "9.3" validator = { version = "0.20", features = ["derive"] } rand_core = { version = "0.9" } env_logger = "0.11" tracing-actix-web = "0.7"