dioxus/packages/atoms/Cargo.toml

24 lines
546 B
TOML
Raw Normal View History

2021-01-14 07:56:41 +00:00
[package]
2021-06-16 15:19:37 +00:00
name = "atoms"
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-06-16 15:19:37 +00:00
dioxus-core = { path="../core" }
2021-05-27 21:57:59 +00:00
thiserror = "1.0.24"
2021-05-31 22:55:56 +00:00
log = "0.4.14"
im-rc = "15.0.0"
2021-06-15 14:02:46 +00:00
futures = "0.3.15"
2021-05-26 05:40:30 +00:00
[dev-dependencies]
2021-06-16 15:19:37 +00:00
uuid = { version="0.8.2", features=["v4", "wasm-bindgen"] }
dioxus-web = { path="../web" }
2021-05-26 05:40:30 +00:00
wasm-bindgen-futures = "*"
2021-05-31 22:55:56 +00:00
wasm-logger = "0.2.0"
console_error_panic_hook = "0.1.6"