dioxus/packages/hooks/Cargo.toml
2021-09-24 20:57:52 -04:00

10 lines
300 B
TOML

[package]
name = "dioxus-hooks"
version = "0.0.0"
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus-core = { path = "../../packages/core", version = "0.1.2" }