Start of template refactor

This commit is contained in:
Quentin Boyer 2024-01-06 14:17:36 +01:00
parent 6bdfe1ad0e
commit e14c1f0918
8 changed files with 1612 additions and 531 deletions

View file

@ -12,5 +12,5 @@ path = "src/lib.rs"
async-std = { version = "1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration]
version = "0.11.0"
version = "0.12"
features = ["runtime-tokio-rustls", "sqlx-postgres", "sqlx-sqlite"]