cooked/entities/Cargo.toml

9 lines
256 B
TOML
Raw Normal View History

2024-10-31 16:00:26 +01:00
[package]
name = "entities"
version = "0.1.0"
edition = "2021"
[dependencies]
sea-orm = { version = "1.1.0", default-features = false, features = ["chrono", "macros", "runtime-actix-rustls", "serde_json", "sqlx-postgres", "with-uuid"] }
serde = "1.0.210"