tiny-sigma/identity/Cargo.toml
2025-11-15 10:52:25 +01:00

13 lines
294 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" }