diff --git a/crates/ui/Cargo.toml b/crates/ui/Cargo.toml index 7f96389b..70081be2 100644 --- a/crates/ui/Cargo.toml +++ b/crates/ui/Cargo.toml @@ -1,12 +1,12 @@ [package] description = "UI components for building fantastic desktop application by using GPUI." edition = "2021" -homepage = "https://github.com/longbridge/gpui-component" keywords = ["desktop", "gpui", "shadcn", "ui", "uikit"] license = "Apache-2.0" name = "gpui-component" documentation = "https://docs.rs/gpui-component" homepage = "https://longbridge.github.io/gpui-component" +repository = "https://github.com/longbridge/gpui-component" publish = true readme = "../../README.md" version = "0.3.0"