dioxus/packages/hooks/Cargo.toml

12 lines
319 B
TOML
Raw Normal View History

2021-01-14 07:56:41 +00:00
[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
2021-01-22 20:50:16 +00:00
[dependencies]
2021-11-29 16:10:40 +00:00
dioxus-core = { path = "../../packages/core", version = "0.1.3" }
futures = "0.3.18"