diff --git a/packages/manganis/manganis-core/Cargo.toml b/packages/manganis/manganis-core/Cargo.toml index d1f936d4f2..2417c29d1e 100644 --- a/packages/manganis/manganis-core/Cargo.toml +++ b/packages/manganis/manganis-core/Cargo.toml @@ -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! diff --git a/packages/manganis/manganis-macro/Cargo.toml b/packages/manganis/manganis-macro/Cargo.toml index 7371141b90..f20f10d674 100644 --- a/packages/manganis/manganis-macro/Cargo.toml +++ b/packages/manganis/manganis-macro/Cargo.toml @@ -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"] diff --git a/packages/manganis/manganis/Cargo.toml b/packages/manganis/manganis/Cargo.toml index 306831d05d..2dbfb5aa5e 100644 --- a/packages/manganis/manganis/Cargo.toml +++ b/packages/manganis/manganis/Cargo.toml @@ -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"] diff --git a/packages/subsecond/subsecond-types/Cargo.toml b/packages/subsecond/subsecond-types/Cargo.toml index 9d4bc33d8d..240b4e030d 100644 --- a/packages/subsecond/subsecond-types/Cargo.toml +++ b/packages/subsecond/subsecond-types/Cargo.toml @@ -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"] } diff --git a/packages/subsecond/subsecond/Cargo.toml b/packages/subsecond/subsecond/Cargo.toml index d2e9b9da55..be852ca9de 100644 --- a/packages/subsecond/subsecond/Cargo.toml +++ b/packages/subsecond/subsecond/Cargo.toml @@ -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"] }