dioxus/packages/recoil/Cargo.toml
Jonathan Kelley ee67654f58 wip: recoil
2021-05-26 01:40:30 -04:00

15 lines
358 B
TOML

[package]
name = "recoil"
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 = "../core" }
uuid = "0.8.2"
[dev-dependencies]
dioxus-web = { path = "../web" }
wasm-bindgen-futures = "*"