mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
16 lines
391 B
TOML
16 lines
391 B
TOML
[package]
|
|
name = "dioxus-ext"
|
|
version = { workspace = true }
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
wasm-bindgen = { workspace = true }
|
|
dioxus-autofmt = { workspace = true }
|
|
rsx-rosetta = { workspace = true }
|
|
html_parser = { workspace = true }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|