build: install Diesel

This commit is contained in:
2024-08-16 09:30:16 +02:00
parent c35d5c4464
commit 708bcf7638
5 changed files with 96 additions and 1 deletions

View File

@ -7,6 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = { version = "2.2.2", features = ["postgres"] }
dioxus = { version = "0.5", features = ["web", "router"] }