2021-01-14 07:56:41 +00:00
|
|
|
[package]
|
2021-05-19 14:14:02 +00:00
|
|
|
name = "recoil"
|
2021-01-14 07:56:41 +00:00
|
|
|
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-05-19 14:14:02 +00:00
|
|
|
[dependencies]
|
2021-05-27 21:57:59 +00:00
|
|
|
anyhow = "1.0.40"
|
2021-05-19 14:14:02 +00:00
|
|
|
dioxus-core = { path = "../core" }
|
2021-05-27 21:57:59 +00:00
|
|
|
generational-arena = "0.2.8"
|
|
|
|
thiserror = "1.0.24"
|
2021-05-26 05:40:30 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-05-26 15:22:44 +00:00
|
|
|
uuid = { version = "0.8.2", features = ["v4"] }
|
2021-05-26 05:40:30 +00:00
|
|
|
dioxus-web = { path = "../web" }
|
|
|
|
wasm-bindgen-futures = "*"
|