dioxus/packages/html/Cargo.toml

16 lines
455 B
TOML
Raw Normal View History

2021-06-17 22:00:32 +00:00
[package]
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-09-25 00:54:50 +00:00
dioxus-core = { path = "../core", version = "0.1.2" }
2021-06-17 22:00:32 +00:00
[dev-dependencies]
scraper = "0.12.0"