mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
12 lines
252 B
TOML
12 lines
252 B
TOML
[package]
|
|
name = "dioxus-html"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dioxus-core = { path="../core" }
|
|
|
|
[dev-dependencies]
|
|
scraper = "0.12.0"
|