Bump codegen's sea-query version [cli] Update CLI subcommand method Move migration utility into sea-orm-migration
18 lines
320 B
TOML
18 lines
320 B
TOML
[package]
|
|
name = "migration"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "migration"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
dotenv = "0.15.0"
|
|
entity = { path = "../entity" }
|
|
|
|
[dependencies.sea-orm-migration]
|
|
path = "../../../sea-orm-migration" # remove this line in your own project
|
|
version = "^0.7.0"
|