mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
21 lines
440 B
TOML
21 lines
440 B
TOML
[package]
|
|
name = "dioxus-html-2"
|
|
version = "0.1.0"
|
|
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
|
|
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" }
|
|
|
|
|
|
[dev-dependencies]
|
|
bumpalo = "*"
|