Files
lumi-re/backend/exposition/Cargo.toml
T
2026-07-13 21:57:58 +02:00

20 lines
536 B
TOML

[package]
name = "lumiere-exposition"
version = "1.0.0"
edition = "2024"
[lib]
name = "surveillant_systeme_exposition"
path = "src/lib.rs"
[dependencies]
lumiere-domain = { path = "../domain" }
lumiere-application = { path = "../application" }
actix-web = { version = "4.13.0", features = ["rustls-0_23"] }
actix-web-httpauth = "0.8.2"
chrono = "0.4.44"
jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] }
serde = { version = "1.0.228", features = ["derive"] }
uuid = { version = "1.23.0", features = ["v4", "serde"] }