warpgate/warpgate-db-migrations/Cargo.toml

17 lines
473 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
2022-09-13 16:47:42 +08:00
version = "0.6.1"
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"
2022-07-12 22:52:52 +08:00
sea-orm = {version = "^0.9", features = ["sqlx-sqlite", "runtime-tokio-native-tls", "macros", "with-chrono", "with-uuid", "with-json"], default-features = false}
2022-07-12 22:00:38 +08:00
sea-orm-migration = {version = "^0.9", default-features = false}
uuid = {version = "1.0", features = ["v4", "serde"]}
2022-09-02 20:00:08 +08:00
serde_json = "1.0"