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