Initial commit.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[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"] }
|
||||
Reference in New Issue
Block a user