[package] name = "migration" version = "0.1.0" edition = "2021" publish = false [lib] name = "migration" path = "src/lib.rs" [dependencies] async-std = { version = "1", features = ["attributes", "tokio1"] } tokio = { version = "1.29.1", features = ["full"] } oswilno-contract = { path = "../oswilno-contract" } sea-orm = { version = "0.11", features = ["runtime-actix-rustls", "sqlx-postgres", "postgres-array", "sqlx"] } [dependencies.sea-orm-migration] version = "0.11.0" features = ["sqlx-postgres", "runtime-actix-rustls", "sea-orm-cli"]