Cargo.toml 355 B

1234567891011121314151617
  1. [package]
  2. name = "dioxus-ext"
  3. version = "0.1.0"
  4. edition = "2021"
  5. publish = false
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. wasm-bindgen.workspace = true
  9. dioxus-autofmt.workspace = true
  10. rsx-rosetta.workspace = true
  11. html_parser.workspace = true
  12. [lib]
  13. crate-type = ["cdylib", "rlib"]