asklyphe/authservice/entity/Cargo.toml

8 lines
191 B
TOML
Raw Normal View History

2025-03-12 12:32:15 -07:00
[package]
name = "entity"
version = "0.1.0"
edition = "2021"
[dependencies]
sea-orm = { version = "1.0.0", features = ["sqlx-postgres", "runtime-tokio-native-tls", "macros", "with-chrono"]}