magnetar/ext_model/entity_ck/Cargo.toml

9 lines
268 B
TOML

[package]
name = "ck"
version.workspace = true
edition.workspace = true
publish = false
[dependencies]
sea-orm = { workspace = true, features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "postgres-array"] }
serde = { workspace = true, features = ["derive"] }