Cargo.toml 339 B

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