chore: Fix Cargo.toml meta info.
This commit is contained in:
parent
98c17740c7
commit
fe137caba0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
description = "UI components for building fantastic desktop application by using GPUI."
|
description = "UI components for building fantastic desktop application by using GPUI."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://github.com/longbridge/gpui-component"
|
|
||||||
keywords = ["desktop", "gpui", "shadcn", "ui", "uikit"]
|
keywords = ["desktop", "gpui", "shadcn", "ui", "uikit"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "gpui-component"
|
name = "gpui-component"
|
||||||
documentation = "https://docs.rs/gpui-component"
|
documentation = "https://docs.rs/gpui-component"
|
||||||
homepage = "https://longbridge.github.io/gpui-component"
|
homepage = "https://longbridge.github.io/gpui-component"
|
||||||
|
repository = "https://github.com/longbridge/gpui-component"
|
||||||
publish = true
|
publish = true
|
||||||
readme = "../../README.md"
|
readme = "../../README.md"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue