Browse Source

Add authors to all crates

Evan Almloff 1 năm trước cách đây
mục cha
commit
3eab363e51

+ 1 - 0
examples/PWA-example/Cargo.toml

@@ -3,6 +3,7 @@ name = "dioxus-pwa-example"
 version = "0.1.0"
 authors = ["Antonio Curavalea <one.kyonblack@gmail.com>"]
 edition = "2021"
+publish = false
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 

+ 1 - 1
packages/dioxus-tui/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "dioxus-tui"
 version = "0.2.2"
-authors = ["Jonathan Kelley, @dementhos"]
+authors = ["Jonathan Kelley, Evan Almloff"]
 edition = "2021"
 description = "TUI-based renderer for Dioxus"
 repository = "https://github.com/DioxusLabs/dioxus/"

+ 1 - 0
packages/fullstack/Cargo.toml

@@ -1,5 +1,6 @@
 [package]
 name = "dioxus-fullstack"
+authors = ["Jonathan Kelley, Evan Almloff"]
 version = "0.1.0"
 edition = "2021"
 description = "Fullstack Dioxus Utilities"

+ 1 - 0
packages/hot-reload/Cargo.toml

@@ -1,5 +1,6 @@
 [package]
 name = "dioxus-hot-reload"
+authors = ["Jonathan Kelley", "Evan Almloff"]
 version = "0.1.1"
 edition = "2021"
 license = "MIT OR Apache-2.0"

+ 1 - 0
packages/native-core-macro/Cargo.toml

@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
 repository = "https://github.com/DioxusLabs/dioxus/"
 homepage = "https://dioxuslabs.com"
 keywords = ["dom", "ui", "gui", "react"]
+authors = ["Jonathan Kelley", "Evan Almloff"]
 
 [lib]
 proc-macro = true

+ 1 - 0
packages/native-core/Cargo.toml

@@ -7,6 +7,7 @@ repository = "https://github.com/DioxusLabs/dioxus/"
 homepage = "https://dioxuslabs.com"
 description = "Build natively rendered apps with Dioxus"
 keywords = ["dom", "ui", "gui", "react"]
+authors = ["Jonathan Kelley", "Evan Almloff"]
 
 [dependencies]
 dioxus-core = { workspace = true, optional = true }

+ 1 - 1
packages/rink/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "rink"
 version = "0.2.2"
-authors = ["Jonathan Kelley, @dementhos"]
+authors = ["Jonathan Kelley, Evan Almloff"]
 edition = "2021"
 description = "TUI-based renderer for Dioxus"
 repository = "https://github.com/DioxusLabs/dioxus/"

+ 1 - 0
packages/router/Cargo.toml

@@ -1,5 +1,6 @@
 [package]
 name = "dioxus-router"
+authors = ["Jonathan Kelley", "Evan Almloff"]
 version = "0.3.0"
 edition = "2018"
 description = "Cross-platform router for Dioxus apps"

+ 1 - 0
packages/rsx/Cargo.toml

@@ -1,6 +1,7 @@
 [package]
 name = "dioxus-rsx"
 version = "0.0.3"
+authors = ["Jonathan Kelley", "Evan Almloff"]
 edition = "2018"
 license = "MIT OR Apache-2.0"
 description = "Core functionality for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"

+ 1 - 0
packages/signals/Cargo.toml

@@ -1,5 +1,6 @@
 [package]
 name = "dioxus-signals"
+authors = ["Jonathan Kelley"]
 version = "0.0.0"
 edition = "2018"