2021-06-17 22:00:32 +00:00
|
|
|
[package]
|
2021-07-07 22:17:00 +00:00
|
|
|
name = "dioxus-html"
|
2021-06-17 22:00:32 +00:00
|
|
|
version = "0.0.0"
|
2021-09-25 00:54:50 +00:00
|
|
|
authors = ["Jonathan Kelley"]
|
2021-06-17 22:00:32 +00:00
|
|
|
edition = "2018"
|
2021-09-25 00:54:50 +00:00
|
|
|
description = "HTML Element pack for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"
|
|
|
|
"license" = "MIT/Apache-2.0"
|
2021-06-17 22:00:32 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-11-05 22:02:44 +00:00
|
|
|
dioxus-core = { path = "../core", version = "0.1.3" }
|