bullet-cards/bullet-cards-migration-server/Cargo.toml

9 lines
212 B
TOML
Raw Normal View History

2025-05-20 08:34:15 +09:00
[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"]}