2021-02-07 03:19:56 +00:00
|
|
|
[package]
|
2021-02-07 19:59:34 +00:00
|
|
|
name = "dioxus-html-2"
|
2021-02-07 03:19:56 +00:00
|
|
|
version = "0.1.0"
|
2021-02-07 19:59:34 +00:00
|
|
|
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
|
2021-02-07 03:19:56 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
syn = "1.0.18"
|
|
|
|
quote = "1.0.3"
|
|
|
|
proc-macro-hack = "0.5.15"
|
|
|
|
proc-macro2 = "1.0.10"
|
|
|
|
style-shared = { git = "https://github.com/derekdreery/style" }
|
2021-02-07 19:59:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
bumpalo = "*"
|