1
Fork 0

webauthn: Fix feature use

This commit is contained in:
Steffo 2025-02-18 17:35:28 +01:00
parent dea1f96772
commit 6368864d97
Signed by: steffo
GPG key ID: 6B8E18743E7E1F86

View file

@ -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"] }