warpgate/warpgate-db-migrations/Cargo.toml

16 lines
413 B
TOML
Raw Normal View History

2022-04-11 04:58:58 +08:00
[package]
edition = "2021"
license = "Apache-2.0"
2022-04-16 06:27:10 +08:00
name = "warpgate-db-migrations"
publish = false
version = "0.3.0"
2022-04-11 04:58:58 +08:00
[lib]
[dependencies]
2022-05-30 18:55:09 +08:00
async-std = "^1.11"
chrono = "0.4"
sea-orm = {version = "^0.8", features = ["sqlx-sqlite", "runtime-tokio-native-tls", "macros"], default-features = false}
2022-05-30 16:04:51 +08:00
sea-orm-migration = {version = "^0.8", default-features = false}
uuid = {version = "0.8", features = ["v4", "serde"]}