mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-25 03:53:08 +00:00
18 lines
459 B
TOML
18 lines
459 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]
|
|
anyhow = "1.0.40"
|
|
dioxus-core = { path = "../core" }
|
|
generational-arena = "0.2.8"
|
|
thiserror = "1.0.24"
|
|
|
|
[dev-dependencies]
|
|
uuid = { version = "0.8.2", features = ["v4"] }
|
|
dioxus-web = { path = "../web" }
|
|
wasm-bindgen-futures = "*"
|