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]
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue