|
@@ -2,6 +2,12 @@
|
|
|
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"] }
|