9 lines
No EOL
212 B
TOML
9 lines
No EOL
212 B
TOML
[package]
|
|
name = "bullet-cards-migration-server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
async-std.workspace = true
|
|
sea-orm-migration = { workspace = true, features = ["sqlx-postgres"]} |