identity/identity-api-rs/Cargo.toml

11 lines
287 B
TOML
Raw Normal View History

[package]
name = "identity-api"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.7" }
chrono = "0.4"
diesel = { version = "2.2", features = ["sqlite", "returning_clauses_for_sqlite_3_35", "chrono"] }
dotenvy = "0.15"
tokio = { version = "1", features = ["full"] }