dioxus/packages/rsx/Cargo.toml

15 lines
474 B
TOML
Raw Normal View History

2022-04-24 06:35:52 +00:00
[package]
name = "dioxus-rsx"
version = "0.0.0"
edition = "2018"
2022-05-28 19:32:49 +00:00
license = "MIT/Apache-2.0"
2022-04-24 06:35:52 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
proc-macro2 = { version = "1.0", features = ["span-locations"] }
syn = { version = "1.0", features = ["full", "extra-traits"] }
2022-05-30 23:32:57 +00:00
quote = { version = "1.0" }
dioxus-core = { path = "../core", features = ["serialize"] }
serde = { version = "1.0", features = ["derive"] }