From 55a6462dd973632c5df96804f47d688897a39315 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 30 Jun 2024 23:08:52 -0500 Subject: [PATCH] add required metadata for publishing to Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 887bd34..0b97b1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "metasearch" version = "0.1.0" edition = "2021" build = "src/build.rs" +description = "a cute metasearch engine" +license = "CC0-1.0" +repository = "https://github.com/mat-1/metasearch2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html