migration 0.2.0

SeaORM Migration for ARPA
Documentation
[package]
name = "migration"
description = "SeaORM Migration for ARPA"

version.workspace = true
edition.workspace = true
license.workspace = true
documentation.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
exclude.workspace = true

[lib]
name = "migration"
path = "src/lib.rs"

[dependencies]
entity = { version = "0.2.0", path = "../entity" }
async-std = { version = "^1", features = ["attributes", "tokio1"] }
libsqlite3-sys = { version = "^0.26.0", default-features = false, features = [
      "pkg-config",
      "vcpkg",
      "bundled-sqlcipher-vendored-openssl",
      "unlock_notify",
] }

[dependencies.sea-orm-migration]
version = "0.12"
features = ["sqlx-sqlite", "runtime-tokio-rustls"]