tiny-sigma/identity/Cargo.toml
2025-11-21 22:27:04 +01:00

15 lines
365 B
TOML

[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"
sigma = { path = "../sigma" }
rusqlite = "0.37.0"
argon2 = { version = "0.5.3", features = ["std"] }