Ver Fonte

Add metadata to crates

Jonathan Kelley há 8 meses atrás
pai
commit
316ef25f77

+ 6 - 0
packages/cli-config/Cargo.toml

@@ -2,5 +2,11 @@
 name = "dioxus-cli-config"
 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]

+ 7 - 0
packages/core-types/Cargo.toml

@@ -2,5 +2,12 @@
 name = "dioxus-core-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]

+ 6 - 0
packages/devtools-types/Cargo.toml

@@ -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"] }

+ 6 - 0
packages/document/Cargo.toml

@@ -2,6 +2,12 @@
 name = "dioxus-document"
 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]
 dioxus-core = { workspace = true }

+ 6 - 0
packages/isrg/Cargo.toml

@@ -2,6 +2,12 @@
 name = "dioxus-isrg"
 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]
 chrono = { workspace = true }

+ 6 - 0
packages/rsx-hotreload/Cargo.toml

@@ -2,6 +2,12 @@
 name = "dioxus-rsx-hotreload"
 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]
 dioxus-rsx = { workspace = true }