dioxus-devtools-types 0.6.0-alpha.4

CLI Configuration for dioxus-cli
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.dioxus-core]
features = ["serialize"]
version = "0.6.0-alpha.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.61"

[package]
authors = ["Jonathan Kelley", "Evan Almloff"]
description = "CLI Configuration for dioxus-cli"
edition = "2021"
homepage = "https://dioxuslabs.com"
keywords = ["dom", "ui", "gui", "react"]
license = "MIT OR Apache-2.0"
name = "dioxus-devtools-types"
repository = "https://github.com/DioxusLabs/dioxus/"
version = "0.6.0-alpha.4"