seaorm-rust/Cargo.toml

18 lines
292 B
TOML
Raw Normal View History

2024-06-02 21:49:56 +02:00
[package]
name = "seaorm-test"
version = "0.1.0"
edition = "2021"
[dependencies]
futures = "0.3.31"
sea-orm = { version = "1.1.1", features = [
2024-06-02 21:49:56 +02:00
"sqlx-postgres",
"runtime-async-std-native-tls",
"macros",
] }
serde = "1.0.214"
serde_json = "1.0.132"
migration = { path = "migration" }