tiny-sigma/identity/Cargo.toml

15 lines
365 B
TOML
Raw Normal View History

2025-11-15 10:52:25 +01:00
[package]
name = "identity"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.1"
log = "0.4.25"
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.43.0", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
2025-11-15 11:27:51 +01:00
sigma = { path = "../sigma" }
rusqlite = "0.37.0"
2025-11-21 22:27:04 +01:00
argon2 = { version = "0.5.3", features = ["std"] }