2
0
Fork 0
mirror of https://github.com/DioxusLabs/dioxus synced 2024-12-29 14:03:08 +00:00
dioxus/packages/rsx/Cargo.toml

14 lines
340 B
TOML
Raw Normal View History

[package]
2022-01-18 04:02:36 +00:00
name = "dioxus-rsx"
version = "0.0.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
once_cell = "1.8"
proc-macro-error = "1.0.4"
proc-macro2 = { version = "1.0.6" }
quote = "1.0"
syn = { version = "1.0.11", features = ["full", "extra-traits"] }