mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
828cc502f1
* add new autofmt sample * Feat: implement rustfmt::skip support for rsx * generally improve error handling with better expect messages * wip: nested rsx formatting and expression formatting * nested rsx formatting works * collapse autofmt crate * cast indent through macros * use proper whitespace * no more eating comments! * Use proper error handling
17 lines
417 B
TOML
17 lines
417 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 }
|
|
syn ={ workspace = true }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|