Files
yugioh-inventory/migration/Cargo.toml
Matthew Kaminski 4674289473 Pull in code from pool_elo
need to re-integrate yugioh code
2024-09-03 01:52:20 -04:00

17 lines
318 B
TOML

[package]
name = "migration"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
name = "migration"
path = "src/lib.rs"
[dependencies]
async-std = { version = "1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration]
version = "1.0.0"
features = ["sqlx-postgres", "runtime-tokio-native-tls"]