mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
d9546d9504
* feat: use synchronous router design * feat: function to get router out of dom * chore: restructure workspace to use renderers as packages, not features
20 lines
605 B
TOML
20 lines
605 B
TOML
[package]
|
|
name = "dioxus-autofmt"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dioxus-rsx = { path = "../rsx" }
|
|
proc-macro2 = { version = "1.0.6", features = ["span-locations"] }
|
|
quote = "1.0"
|
|
syn = { version = "1.0.11", features = ["full", "extra-traits"] }
|
|
triple_accel = "0.4.0"
|
|
serde = { version = "1.0.136", features = ["derive"] }
|
|
prettyplease = { git = "https://github.com/DioxusLabs/prettyplease-macro-fmt.git", features = [
|
|
"verbatim",
|
|
] }
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "1.2.1"
|