doggy-watch/entity/Cargo.toml
2024-12-11 12:31:54 +03:00

7 lines
No EOL
213 B
TOML

[package]
name = "entity"
version = "0.1.0"
edition = "2021"
[dependencies]
sea-orm = { version = "1.1", features = ["macros", "sqlx-sqlite", "runtime-tokio-rustls", "sqlx-postgres", "with-uuid", "with-chrono"] }