[package] name = "todo-baggins" version = "0.1.0" authors = ["Matouš Volf <66163112+matous-volf@users.noreply.github.com>"] 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"] } # Debug dioxus-logger = "0.5.1"