refactor: starting refactor to extract into rear crate

This commit is contained in:
2024-02-26 23:05:12 +01:00
parent 1dc24bf244
commit 7fe7047485
17 changed files with 114 additions and 12 deletions
+2 -1
View File
@@ -9,7 +9,7 @@ default-run = "miniweb"
[workspace]
members = [".", "entity", "migration"]
members = [".", "entity", "migration", "rear"]
[features]
# https://github.com/rust-db/barrel/blob/master/guides/diesel-setup.md
@@ -19,6 +19,7 @@ default = ["use_barrel"]
[dependencies]
strinto = { path = "./strinto" }
entity = { path = "./entity" }
rear = { path = "./rear" }
sea-orm = { version = "0.12.10", features = [
"runtime-tokio-native-tls",
"sqlx-postgres",