Add authors to all crates

This commit is contained in:
Evan Almloff 2023-07-31 17:30:18 -07:00
parent f704d81519
commit 3eab363e51
10 changed files with 10 additions and 2 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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