🦀/100 Projects/Notes/Source

Cargo.toml

View on GitHub
[package]
name = "admin_dashboard_ui"
version = "0.1.0"
edition = "2024"

[dependencies]
yew = { version = "0.21", features = ["csr"] }
gloo-timers = "0.3"
wasm-bindgen = "0.2"

[lib]
crate-type = ["cdylib"]

← Back to folder