mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-30 16:09:12 +00:00
13 lines
436 B
TOML
13 lines
436 B
TOML
[package]
|
|
name = "dioxus-hooks"
|
|
version = "0.1.3"
|
|
authors = ["Jonathan Kelley"]
|
|
edition = "2018"
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
|
homepage = "https://dioxuslabs.com"
|
|
documentation = "https://dioxuslabs.com"
|
|
keywords = ["dom", "ui", "gui", "react", "wasm"]
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dioxus-core = { path = "../../packages/core" }
|