2024-02-07 00:31:32 -07:00
|
|
|
[package]
|
2024-07-11 20:38:57 -06:00
|
|
|
name = "cli-migrations"
|
2024-02-07 00:31:32 -07:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-07-25 11:37:18 -06:00
|
|
|
license = "GPL-3.0"
|
2024-02-07 00:31:32 -07:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-07-08 13:40:07 -06:00
|
|
|
sea-orm-migration = { version = "0.12.15", features = ["sqlx-sqlite", "runtime-tokio-rustls"] }
|
2024-07-25 11:37:18 -06:00
|
|
|
tokio = { version = "1.39.1", features = ["rt-multi-thread", "macros"] }
|