2022-02-17 15:38:51 +00:00
|
|
|
[package]
|
|
|
|
name = "fermi"
|
2023-01-07 22:10:51 +00:00
|
|
|
version = "0.3.0"
|
2022-03-09 19:24:05 +00:00
|
|
|
authors = ["Jonathan Kelley"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "Global state management for Dioxus"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
|
|
|
homepage = "https://dioxuslabs.com"
|
|
|
|
documentation = "https://dioxuslabs.com"
|
2023-01-10 16:16:11 +00:00
|
|
|
keywords = ["dom", "ui", "gui", "react", "state-management"]
|
2022-02-17 15:38:51 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-01-04 19:58:06 +00:00
|
|
|
dioxus-core = { path = "../core", version = "^0.3.0" }
|
2022-02-17 15:38:51 +00:00
|
|
|
im-rc = { version = "15.0.0", features = ["serde"] }
|
|
|
|
log = "0.4.14"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
closure = "0.3.0"
|