ezidam/crates/users/Cargo.toml

12 lines
291 B
TOML

[package]
name = "users"
version = "0.0.0"
edition = "2021"
[dependencies]
database = { path = "../database" }
hash = { path = "../hash" }
id = { path = "../id" }
thiserror = { workspace = true }
chrono = { workspace = true }
email_address = { version = "0.2.4", default-features = false }