This commit is contained in:
Plucky
2022-10-15 18:11:32 +08:00
commit 2057476c85
34 changed files with 7386 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "r-dashboard"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus = {version = "0.2", features = ["web","router","fermi"]}
console_error_panic_hook = "0.1"
dioxus-html-macro = "0.2"
tracing = "0"
tracing-wasm = "0"