chore: initialize the Dioxus project

This commit is contained in:
2024-08-15 15:09:09 +02:00
parent a987a48d4e
commit 2af5c3c58b
16 changed files with 2434 additions and 0 deletions

14
Cargo.toml Normal file
View File

@ -0,0 +1,14 @@
[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]
dioxus = { version = "0.5", features = ["web", "router"] }
# Debug
dioxus-logger = "0.5.1"