1
0
Fork 0
mirror of https://codeberg.org/tyy/aspm synced 2025-01-11 00:59:28 -07:00
aspm/crates/cli-migrations/Cargo.toml

11 lines
352 B
TOML
Raw Normal View History

[package]
2024-07-11 20:38:57 -06:00
name = "cli-migrations"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sea-orm-migration = { version = "0.12.15", features = ["sqlx-sqlite", "runtime-tokio-rustls"] }
tokio = { version = "1.38.0", features = ["rt-multi-thread", "macros"] }