Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/manganis/manganis-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ version = { workspace = true }
authors = ["Jonathan Kelley"]
description = "core for manganis"
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"
repository = "https://github.com/DioxusLabs/dioxus/tree/main/packages/manganis/manganis-core"
homepage = "https://dioxuslabs.com"
keywords = ["dom", "ui", "gui", "assets"]

readme = "../manganis/README.md"

# be careful with dependencies you add here - these need to get compiled for the proc macro and therefore
# prevent the main code from compiling!
Expand Down
2 changes: 1 addition & 1 deletion packages/manganis/manganis-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
authors = ["Evan Almloff"]
description = "Ergonomic, automatic, cross crate asset collection and optimization"
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/manganis/"
repository = "https://github.com/DioxusLabs/dioxus/tree/main/packages/manganis/manganis-macro"
homepage = "https://dioxuslabs.com"
keywords = ["assets"]

Expand Down
2 changes: 1 addition & 1 deletion packages/manganis/manganis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Evan Almloff"]
edition = "2021"
description = "Ergonomic, automatic, cross crate asset collection and optimization"
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/manganis/"
repository = "https://github.com/DioxusLabs/dioxus/tree/main/packages/manganis/manganis"
homepage = "https://dioxuslabs.com"
keywords = ["assets"]

Expand Down
4 changes: 2 additions & 2 deletions packages/subsecond/subsecond-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ edition = "2021"
authors = ["Jonathan Kelley"]
description = "Types crate for the Subsecond hotpatch engine."
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"
repository = "https://github.com/DioxusLabs/dioxus/tree/main/packages/subsecond"
keywords = ["hotpatch", "engine", "subsecond", "dioxus"]

readme = "../README.md"

[dependencies]
serde = { workspace = true, features = ["derive"] }
3 changes: 2 additions & 1 deletion packages/subsecond/subsecond/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ version.workspace = true
authors = ["Jonathan Kelley"]
description = "A runtime hotpatching engine for Rust hot-reloading."
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"
repository = "https://github.com/DioxusLabs/dioxus/tree/main/packages/subsecond"
keywords = ["hotpatch", "engine", "subsecond", "dioxus", "hot-reload"]
readme = "../README.md"

[dependencies]
serde = { workspace = true, features = ["derive"] }
Expand Down
Loading