mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-24 05:03:06 +00:00
23 lines
546 B
TOML
23 lines
546 B
TOML
[package]
|
|
name = "atoms"
|
|
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" }
|
|
thiserror = "1.0.24"
|
|
log = "0.4.14"
|
|
im-rc = "15.0.0"
|
|
futures = "0.3.15"
|
|
|
|
[dev-dependencies]
|
|
uuid = { version="0.8.2", features=["v4", "wasm-bindgen"] }
|
|
dioxus-web = { path="../web" }
|
|
wasm-bindgen-futures = "*"
|
|
|
|
wasm-logger = "0.2.0"
|
|
console_error_panic_hook = "0.1.6"
|