20 lines
No EOL
386 B
TOML
20 lines
No EOL
386 B
TOML
[package]
|
|
name = "progress-pile-migration"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[features]
|
|
default = ["client", "server"]
|
|
client = []
|
|
server = ["sea-orm-migration/sqlx-postgres"]
|
|
|
|
[dependencies]
|
|
async-std = { version = "1", features = ["attributes", "tokio1"] }
|
|
|
|
[dependencies.sea-orm-migration]
|
|
version = "1.1.0"
|
|
features = [
|
|
"runtime-tokio-rustls",
|
|
"sqlx-sqlite",
|
|
] |