Skip to content

Commit

Permalink
Add metadata to crates
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Oct 14, 2024
1 parent d539ef6 commit 316ef25
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/cli-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 7 additions & 0 deletions packages/core-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 6 additions & 0 deletions packages/devtools-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
6 changes: 6 additions & 0 deletions packages/document/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
6 changes: 6 additions & 0 deletions packages/isrg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
6 changes: 6 additions & 0 deletions packages/rsx-hotreload/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 316ef25

Please sign in to comment.