feat: got sqlx working with axum and leptos

This commit is contained in:
Andrew Rioux
2025-01-24 15:31:10 -05:00
parent 8695685eb3
commit 814125d462
7 changed files with 72 additions and 10 deletions
+1
View File
@@ -36,6 +36,7 @@ rpassword = { version = "7.3", optional = true }
pbkdf2 = { version = "0.12", features = ["simple", "sha2"], optional = true }
sha2 = { version = "0.10", optional = true }
hex = { version = "0.4", optional = true }
serde = "1.0"
[features]
hydrate = ["leptos/hydrate"]