2023-04-21 23:39:52 +00:00
|
|
|
[package]
|
|
|
|
name = "ck"
|
2023-09-22 17:57:53 +00:00
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
2023-04-21 23:39:52 +00:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
2023-07-20 13:38:52 +00:00
|
|
|
sea-orm = { workspace = true, features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "postgres-array"] }
|
|
|
|
serde = { workspace = true, features = ["derive"] }
|