From 960f78fa29cba0bb5dfce4ea5eeb33a74d8965c0 Mon Sep 17 00:00:00 2001 From: itowlson Date: Fri, 16 Feb 2024 15:01:54 +1300 Subject: [PATCH] Add metadata for crates.io (#27) Signed-off-by: itowlson --- leptos-spin-macro/Cargo.toml | 3 +++ leptos-spin/Cargo.toml | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/leptos-spin-macro/Cargo.toml b/leptos-spin-macro/Cargo.toml index 199a4e5..8410b8a 100644 --- a/leptos-spin-macro/Cargo.toml +++ b/leptos-spin-macro/Cargo.toml @@ -2,6 +2,9 @@ name = "leptos-spin-macro" version = "0.1.0" edition = "2021" +description = "Spin support for Leptos" +license = "Apache-2.0" +homepage = "https://github.com/fermyon/leptos-spin" [lib] proc-macro = true diff --git a/leptos-spin/Cargo.toml b/leptos-spin/Cargo.toml index b65f91a..00f9d8a 100644 --- a/leptos-spin/Cargo.toml +++ b/leptos-spin/Cargo.toml @@ -2,8 +2,9 @@ name = "leptos-spin" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = "Spin support for Leptos" +license = "Apache-2.0" +homepage = "https://github.com/fermyon/leptos-spin" [dependencies] dashmap = "5.5.3"