From 4684493591d364672f7dd6c67c102b42bab401ce Mon Sep 17 00:00:00 2001 From: luoxiao Date: Tue, 28 Mar 2023 12:51:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs:=20add=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 7 +++++++ README.md | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 README.md diff --git a/Cargo.toml b/Cargo.toml index 7a3defa..c12105a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "melt-ui" version = "0.0.0" edition = "2021" +keywords = ["web", "leptos", "ui", "melt-ui"] + +authors = ["luoxiaozero "] +description = "A Leptos UI Library" +homepage = "https://github.com/luoxiaozero/melt-ui" +repository = "https://github.com/luoxiaozero/melt-ui" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..126334b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +## melt-ui + +A Leptos UI Library \ No newline at end of file