From 49f3dd21ff40fc06ea25bf78cd55f9d7101bf7b3 Mon Sep 17 00:00:00 2001 From: cjw Date: Fri, 13 Oct 2023 16:35:07 +0800 Subject: [PATCH] meta: add meta data for cargo publishing (#5) --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 61397f9..13787af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "typed-id" version = "0.1.0" edition = "2021" +description = "typed ID for Rust" +license-file = "LICENSE" +keywords = ["type", "id"] +repository = "https://github.com/cjwcommuny/typed-id" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html