2023-04-23 23:26:23 +00:00
|
|
|
[package]
|
|
|
|
name = "dioxus-pwa-example"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Antonio Curavalea <one.kyonblack@gmail.com>"]
|
|
|
|
edition = "2021"
|
2023-08-01 00:30:18 +00:00
|
|
|
publish = false
|
2023-04-23 23:26:23 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-08-01 01:49:54 +00:00
|
|
|
dioxus = { path = "../../packages/dioxus", version = "*" }
|
|
|
|
dioxus-web = { path = "../../packages/web", version = "*" }
|
2023-04-23 23:26:23 +00:00
|
|
|
|
|
|
|
log = "0.4.6"
|
|
|
|
|
|
|
|
# WebAssembly Debug
|
|
|
|
wasm-logger = "0.2.0"
|
|
|
|
console_error_panic_hook = "0.1.7"
|