Files
icarus_auth/Cargo.toml
2025-03-29 15:42:21 -04:00

12 lines
296 B
TOML

[package]
name = "icarus_auth"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = { version = "0.8.3" }
serde = { version = "1.0.218", features = ["derive"] }
serde_json = { version = "1.0.139" }
tokio = { version = "1.44.1", features = ["rt-multi-thread"] }
tracing-subscriber = "0.3.19"