rear_auth buildup from sqlite example
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user