/ Cargo.toml
Cargo.toml
1 [package] 2 name = "rocket_sqlx_migrator" 3 version = "0.1.0" 4 edition = "2021" 5 6 [dependencies] 7 rocket = "0.5.1" 8 rocket_db_pools = "0.2.0" 9 sqlx = { version = "0.7.4", features = ["macros"] }
1 [package] 2 name = "rocket_sqlx_migrator" 3 version = "0.1.0" 4 edition = "2021" 5 6 [dependencies] 7 rocket = "0.5.1" 8 rocket_db_pools = "0.2.0" 9 sqlx = { version = "0.7.4", features = ["macros"] }