mirror of
https://codeberg.org/tyy/aspm
synced 2024-12-22 20:39:29 -07:00
11 lines
372 B
TOML
11 lines
372 B
TOML
[package]
|
|
name = "cli-migrations"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0"
|
|
|
|
# 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.39.1", features = ["rt-multi-thread", "macros"] }
|