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