From d3a601c879e93959957e6da962355e28a9ea6504 Mon Sep 17 00:00:00 2001 From: AurelienFT Date: Sun, 3 Sep 2023 02:13:50 +0200 Subject: [PATCH] Add more info in cargo --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9fcc980..cd18af0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "yew-hcaptcha" version = "0.1.0" edition = "2021" authors = ["Aurélien FOUCAULT "] +description = "A Yew component for hCaptcha" +license = "MIT" +publish = true +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html