mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
17 lines
404 B
TOML
17 lines
404 B
TOML
[package]
|
|
name = "dioxus-pwa-example"
|
|
version = "0.1.0"
|
|
authors = ["Antonio Curavalea <one.kyonblack@gmail.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dioxus = { workspace = true, features = ["web"] }
|
|
|
|
log = "0.4.6"
|
|
|
|
# WebAssembly Debug
|
|
wasm-logger = "0.2.0"
|
|
console_error_panic_hook = "0.1.7"
|