dioxus/packages/fermi/Cargo.toml

21 lines
509 B
TOML
Raw Normal View History

2022-02-17 15:38:51 +00:00
[package]
name = "fermi"
version = { workspace = true }
authors = ["Jonathan Kelley"]
edition = "2018"
description = "Global state management for Dioxus"
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"
homepage = "https://dioxuslabs.com"
keywords = ["dom", "ui", "gui", "react", "state-management"]
2022-02-17 15:38:51 +00:00
2022-02-17 15:38:51 +00:00
[dependencies]
2023-06-19 19:29:11 +00:00
dioxus-core = { workspace = true }
2022-02-17 15:38:51 +00:00
im-rc = { version = "15.0.0", features = ["serde"] }
2023-09-06 22:47:33 +00:00
tracing = { workspace = true }
2022-02-17 15:38:51 +00:00
[dev-dependencies]
closure = "0.3.0"