This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
authservice/entity/Cargo.toml

8 lines
191 B
TOML
Raw Permalink Normal View History

2025-03-07 15:51:57 -08: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"]}