dioxus/packages/hooks/Cargo.toml

16 lines
556 B
TOML
Raw Normal View History

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