dioxus/packages/rsx_interperter/Cargo.toml
2022-05-29 08:04:08 -05:00

14 lines
No EOL
386 B
TOML

[package]
name = "dioxus-rsx-interperter"
version = "0.1.0"
edition = "2021"
license = "MIT/Apache-2.0"
[dependencies]
syn = { version = "1.0", features = ["extra-traits"] }
quote = "1.0"
dioxus-rsx = { path = "../rsx", default-features = false }
dioxus-ssr = { path = "../ssr" }
dioxus-core = { path = "../core" }
dioxus-html = { path = "../html" }
dioxus-hooks = { path = "../hooks"}