[package] name = "notes-r-us-migration" version = "0.1.0" edition = "2021" readme = "README.md" description = "Database Migrations For Notesrus" repository = "https://github.com/l2dit/notesrus.git" homepage = "https://github.com/l2dit/NotesRUs/tree/master/migration" authors = ["Liam Tietjens ", "Yuri P (yPiuro)"] license-file = "../LICENSE" keywords = ["Database", "Migration"] [lib] name = "migration" path = "src/lib.rs" [dependencies] async-std = { version = "1", features = ["attributes", "tokio1"] } [dependencies.sea-orm-migration] version = "0.12.0" features = ["runtime-async-std-rustls", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "with-chrono"]