31 lines
730 B
TOML
31 lines
730 B
TOML
[package]
|
|
name = "erp-health"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
erp-core.workspace = true
|
|
tokio.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
uuid.workspace = true
|
|
chrono.workspace = true
|
|
axum.workspace = true
|
|
sea-orm.workspace = true
|
|
tracing.workspace = true
|
|
thiserror.workspace = true
|
|
validator.workspace = true
|
|
utoipa.workspace = true
|
|
async-trait.workspace = true
|
|
num-traits = "0.2.19"
|
|
aes-gcm = "0.10"
|
|
hmac = "0.12"
|
|
sha2 = "0.10"
|
|
base64 = "0.22"
|
|
hex = "0.4"
|
|
zeroize = { version = "1", features = ["derive"] }
|
|
argon2.workspace = true
|
|
jsonwebtoken.workspace = true
|
|
rand_core = "0.6"
|
|
image = { version = "0.25", default-features = false, features = ["jpeg", "png", "webp"] }
|