init domain
This commit is contained in:
14
crates/domain/Cargo.toml
Normal file
14
crates/domain/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "domain"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
uuid = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
async-trait = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
|
||||
common = { workspace = true }
|
||||
email_address = "0.2.9"
|
||||
Reference in New Issue
Block a user