mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
12 lines
331 B
TOML
12 lines
331 B
TOML
[package]
|
|
name = "dioxus-rsx"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
license = "MIT/Apache-2.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
proc-macro2 = { version = "1.0" }
|
|
syn = { version = "1.0", features = ["full", "extra-traits"] }
|
|
quote = { version = "1.0" }
|