dioxus/packages/hooks/Cargo.toml

16 lines
556 B
TOML
Raw Normal View History

2021-01-14 02:56:41 -05:00
[package]
name = "dioxus-hooks"
2022-01-29 10:37:03 -05:00
version = "0.1.7"
2021-12-15 16:04:27 -05:00
authors = ["Jonathan Kelley"]
2021-01-14 02:56:41 -05:00
edition = "2018"
2022-01-03 02:21:56 -05:00
description = "Dioxus VirtualDOM renderer for a remote webview instance"
license = "MIT/Apache-2.0"
2021-12-15 16:04:27 -05:00
repository = "https://github.com/DioxusLabs/dioxus/"
homepage = "https://dioxuslabs.com"
documentation = "https://dioxuslabs.com"
2021-12-15 16:06:13 -05:00
keywords = ["dom", "ui", "gui", "react", "wasm"]
2021-01-14 02:56:41 -05:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2021-01-22 15:50:16 -05:00
[dependencies]
2022-01-29 10:42:38 -05:00
dioxus-core = { path = "../../packages/core", version = "^0.1.9" }