mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
17 lines
355 B
TOML
17 lines
355 B
TOML
[package]
|
|
name = "dioxus-ext"
|
|
version = "0.1.0"
|
|
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"]
|