mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
14 lines
No EOL
386 B
TOML
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"} |