Initial commit.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "lumiere-domain"
|
||||
version = "1.0.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
name = "surveillant_systeme_domain"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.44", features = ["serde"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
uuid = { version = "1.23.1", features = ["v4", "serde"] }
|
||||
Reference in New Issue
Block a user