webauthn
: Fix feature use
This commit is contained in:
parent
dea1f96772
commit
6368864d97
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ keywords = ["webauthn", "passkey", "authentication", "login", "sso"]
|
|||
categories = ["web-programming"]
|
||||
|
||||
[dependencies]
|
||||
acrate_database = { path = "../acrate_database", features = ["connect"] }
|
||||
acrate_database = { path = "../acrate_database", features = ["connect", "auth"] }
|
||||
acrate_utils = { path = "../acrate_utils" }
|
||||
anyhow = "1.0.93"
|
||||
axum = { version = "0.7.7", features = ["macros"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue