Cargo.toml 404 B

1234567891011121314151617
  1. [package]
  2. name = "dioxus-pwa-example"
  3. version = "0.1.0"
  4. authors = ["Antonio Curavalea <one.kyonblack@gmail.com>"]
  5. edition = "2021"
  6. publish = false
  7. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  8. [dependencies]
  9. dioxus = { workspace = true, features = ["web"] }
  10. log = "0.4.6"
  11. # WebAssembly Debug
  12. wasm-logger = "0.2.0"
  13. console_error_panic_hook = "0.1.7"