mirror of
https://git.alemi.dev/fedicharter.git
synced 2024-11-12 20:09:21 +01:00
16 lines
334 B
TOML
16 lines
334 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 = "0.12.0"
|
|
features = ["runtime-tokio-native-tls", "sqlx-sqlite", "sqlx-postgres"]
|