2022-06-24 18:22:08 +00:00
|
|
|
[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]
|
|
|
|
proc-macro2 = { version = "1.0.6", features = ["span-locations"] }
|
|
|
|
quote = "1.0"
|
|
|
|
syn = { version = "1.0.11", features = ["full", "extra-traits"] }
|
|
|
|
dioxus-rsx = { path = "../rsx" }
|
|
|
|
triple_accel = "0.4.0"
|
|
|
|
serde = { version = "1.0.136", features = ["derive"] }
|
2022-06-25 04:55:52 +00:00
|
|
|
prettyplease = { git = "https://github.com/DioxusLabs/prettyplease-macro-fmt.git", features = ["verbatim"] }
|