From fe137caba0ba4032b969ee2e1d998fb991860f42 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Fri, 24 Oct 2025 13:30:11 +0800 Subject: [PATCH] chore: Fix Cargo.toml meta info. --- crates/ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"