From 3eab363e512e6ffee896f44d0bdedcbff1c8c51e Mon Sep 17 00:00:00 2001 From: Evan Almloff Date: Mon, 31 Jul 2023 17:30:18 -0700 Subject: [PATCH] Add authors to all crates --- examples/PWA-example/Cargo.toml | 1 + packages/dioxus-tui/Cargo.toml | 2 +- packages/fullstack/Cargo.toml | 1 + packages/hot-reload/Cargo.toml | 1 + packages/native-core-macro/Cargo.toml | 1 + packages/native-core/Cargo.toml | 1 + packages/rink/Cargo.toml | 2 +- packages/router/Cargo.toml | 1 + packages/rsx/Cargo.toml | 1 + packages/signals/Cargo.toml | 1 + 10 files changed, 10 insertions(+), 2 deletions(-) diff --git a/examples/PWA-example/Cargo.toml b/examples/PWA-example/Cargo.toml index f11d807135..244c90cdeb 100644 --- a/examples/PWA-example/Cargo.toml +++ b/examples/PWA-example/Cargo.toml @@ -3,6 +3,7 @@ name = "dioxus-pwa-example" version = "0.1.0" authors = ["Antonio Curavalea "] edition = "2021" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/packages/dioxus-tui/Cargo.toml b/packages/dioxus-tui/Cargo.toml index 914d22e078..3ee8e7239f 100644 --- a/packages/dioxus-tui/Cargo.toml +++ b/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/" diff --git a/packages/fullstack/Cargo.toml b/packages/fullstack/Cargo.toml index 0dfdda8ecd..37feec9eef 100644 --- a/packages/fullstack/Cargo.toml +++ b/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" diff --git a/packages/hot-reload/Cargo.toml b/packages/hot-reload/Cargo.toml index 7f04aa6efd..94b4a094b7 100644 --- a/packages/hot-reload/Cargo.toml +++ b/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" diff --git a/packages/native-core-macro/Cargo.toml b/packages/native-core-macro/Cargo.toml index 4498d674da..5e1ddcf913 100644 --- a/packages/native-core-macro/Cargo.toml +++ b/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 diff --git a/packages/native-core/Cargo.toml b/packages/native-core/Cargo.toml index 44fe594f6b..badc30c70b 100644 --- a/packages/native-core/Cargo.toml +++ b/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 } diff --git a/packages/rink/Cargo.toml b/packages/rink/Cargo.toml index 1f5fa13b1c..65c2a4718f 100644 --- a/packages/rink/Cargo.toml +++ b/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/" diff --git a/packages/router/Cargo.toml b/packages/router/Cargo.toml index 29f9659c16..af0d6e7569 100644 --- a/packages/router/Cargo.toml +++ b/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" diff --git a/packages/rsx/Cargo.toml b/packages/rsx/Cargo.toml index 8619845fd7..be97ad53ee 100644 --- a/packages/rsx/Cargo.toml +++ b/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" diff --git a/packages/signals/Cargo.toml b/packages/signals/Cargo.toml index 3ccd6b9b88..a0c3534b0c 100644 --- a/packages/signals/Cargo.toml +++ b/packages/signals/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "dioxus-signals" +authors = ["Jonathan Kelley"] version = "0.0.0" edition = "2018"