dioxus/packages/recoil/Cargo.toml
2021-05-26 11:22:44 -04:00

15 lines
391 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" }
[dev-dependencies]
uuid = { version = "0.8.2", features = ["v4"] }
dioxus-web = { path = "../web" }
wasm-bindgen-futures = "*"