mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-30 16:09:12 +00:00
11 lines
233 B
TOML
11 lines
233 B
TOML
|
[package]
|
||
|
name = "dioxus-signals"
|
||
|
version = "0.0.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
dioxus-core = { path = "../core" }
|
||
|
slab = "0.4.7"
|