dioxus-devtools-types 0.6.2

CLI Configuration for dioxus-cli
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "dioxus-devtools-types"
edition = "2021"
version.workspace = true
authors = ["Jonathan Kelley", "Evan Almloff"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"
homepage = "https://dioxuslabs.com"
description = "CLI Configuration for dioxus-cli"
keywords = ["dom", "ui", "gui", "react", ]

[dependencies]
serde = { workspace = true, features = ["derive"] }
dioxus-core = { workspace = true, features = ["serialize"] }