dioxus/packages/hooks/Cargo.toml

14 lines
436 B
TOML
Raw Normal View History

2021-01-14 02:56:41 -05:00
[package]
name = "dioxus-hooks"
2022-01-03 02:20:32 -05:00
version = "0.1.4"
2021-12-15 16:04:27 -05:00
authors = ["Jonathan Kelley"]
2021-01-14 02:56:41 -05:00
edition = "2018"
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]
dioxus-core = { path = "../../packages/core" }