mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-11 07:04:13 +00:00
21 lines
622 B
TOML
21 lines
622 B
TOML
[package]
|
|
name = "fermi"
|
|
version = "0.3.0"
|
|
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"
|
|
keywords = ["dom", "ui", "gui", "react", "wasm"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dioxus-core = { path = "../core", version = "^0.3.0" }
|
|
im-rc = { version = "15.0.0", features = ["serde"] }
|
|
log = "0.4.14"
|
|
|
|
[dev-dependencies]
|
|
closure = "0.3.0"
|