rear_auth buildup from sqlite example
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
[package]
|
||||
name = "rear_auth"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
default-run = "rear_auth"
|
||||
|
||||
[lib]
|
||||
name = "rear_auth"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
entity = { path = "../entity" }
|
||||
rear = { path = "../rear" }
|
||||
anyhow = "1.0.75"
|
||||
axum = "0.7"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
tokio = { version = "1.32.0", features = ["full"] }
|
||||
log = "0.4.20"
|
||||
serde_json = "1.0.108"
|
||||
sea-orm = { version = "0.12.10", features = [
|
||||
"runtime-tokio-native-tls",
|
||||
"sqlx-postgres",
|
||||
] }
|
||||
axum-login = "0.15.3"
|
||||
async-trait = "0.1.80"
|
||||
password-auth = "1.0.0"
|
||||
Reference in New Issue
Block a user