refactor (v2): better arch
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
12
crates/domain/Cargo.toml
Normal file
12
crates/domain/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "domain"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
async-trait = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
email_address = "0.2"
|
||||
Reference in New Issue
Block a user