[package] name = "portfolio-migration" version = "0.1.0" edition = "2021" publish = false [lib] name = "migration" path = "src/lib.rs" [dependencies] rocket = { version = "0.5.0-rc.2" } async-std = { version = "^1", features = ["attributes", "tokio1"] } chrono = "0.4.22" portfolio-entity = { path = "../entity" } [dependencies.sea-orm-migration] version = "^0.10.0" features = [ "runtime-tokio-native-tls", "sqlx-postgres", "sqlx-sqlite"]