seekr-migration 0.1.2

sea orm migration code for the seekr database
Documentation
[dependencies.async-std]
features = ["attributes", "tokio1"]
version = "1"

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

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

[package]
authors = ["9glenda"]
description = "sea orm migration code for the seekr database"
edition = "2021"
license = "GPL-3.0-only"
name = "seekr-migration"
publish = true
readme = "README.md"
version = "0.1.2"