aboutsummaryrefslogtreecommitdiffstats
path: root/crates/users/Cargo.toml
blob: 4c0098e0893db8d074e8b9409d21762e8e899e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "users"
version = "0.0.0"
edition = "2024"
license.workspace = true
readme.workspace = true
documentation.workspace = true
homepage.workspace = true

[dependencies]
api-core = { workspace = true, features = ["users"] }
async-trait.workspace = true
thiserror.workspace = true