rear_auth buildup from sqlite example

This commit is contained in:
2024-06-11 23:12:08 +02:00
parent 1799cadcbd
commit 6dcbb4c316
9 changed files with 337 additions and 16 deletions
+2 -1
View File
@@ -9,7 +9,7 @@ default-run = "miniweb"
[workspace]
members = [".", "entity", "migration", "rear"]
members = [".", "entity", "migration", "rear", "rear_auth"]
[features]
# https://github.com/rust-db/barrel/blob/master/guides/diesel-setup.md
@@ -20,6 +20,7 @@ default = ["use_barrel"]
# strinto = { path = "./strinto" }
entity = { path = "./entity" }
rear = { path = "./rear" }
rear_auth = { path = "./rear_auth" }
sea-orm = { version = "0.12.10", features = [
"runtime-tokio-native-tls",
"sqlx-postgres",