Skip to content

Commit

Permalink
Merge pull request #1270 from Demonthos/add-authors
Browse files Browse the repository at this point in the history
Add authors to all crates
  • Loading branch information
jkelleyrtp authored Aug 1, 2023
2 parents 456b553 + 3eab363 commit 09cce6b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/PWA-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "dioxus-pwa-example"
version = "0.1.0"
authors = ["Antonio Curavalea <[email protected]>"]
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion packages/dioxus-tui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
1 change: 1 addition & 0 deletions packages/fullstack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "dioxus-fullstack"
authors = ["Jonathan Kelley, Evan Almloff"]
version = "0.1.0"
edition = "2021"
description = "Fullstack Dioxus Utilities"
Expand Down
1 change: 1 addition & 0 deletions packages/hot-reload/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions packages/native-core-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/native-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion packages/rink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
1 change: 1 addition & 0 deletions packages/router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions packages/rsx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions packages/signals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "dioxus-signals"
authors = ["Jonathan Kelley"]
version = "0.0.0"
edition = "2018"

Expand Down

0 comments on commit 09cce6b

Please sign in to comment.