mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
20 lines
505 B
TOML
20 lines
505 B
TOML
[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"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
dioxus-core = { workspace = true }
|
|
im-rc = { version = "15.0.0", features = ["serde"] }
|
|
log = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
closure = "0.3.0"
|