mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
18 lines
No EOL
492 B
TOML
18 lines
No EOL
492 B
TOML
[package]
|
|
name = "dioxus-rsx-interpreter"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0", features = ["extra-traits"] }
|
|
quote = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = { vesion = "1.0" }
|
|
lazy_static = "1.4.0"
|
|
|
|
dioxus-rsx = { path = "../rsx", default-features = false }
|
|
dioxus-ssr = { path = "../ssr" }
|
|
dioxus-core = { path = "../core" }
|
|
dioxus-html = { path = "../html" }
|
|
dioxus-hooks = { path = "../hooks"} |