From a615b0842c7992cf84c8c0e8abc4aebd29b8bc29 Mon Sep 17 00:00:00 2001 From: Patrick Fernie Date: Sun, 9 May 2021 21:08:36 -0400 Subject: [PATCH] add `reqwest` keyword to metadata --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6d93515..9ca270d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest_cookie_store" -version = "0.1.1" +version = "0.1.2" authors = ["Patrick Fernie "] edition = "2018" description = "A simple crate providing an implementation of the `reqwest::cookie::CookieStore` trait for `cookie_store::CookieStore`" @@ -8,7 +8,7 @@ readme = "README.md" repository = "https://github.com/pfernie/reqwest_cookie_store" documentation = "https://docs.rs/reqwest_cookie_store" license = "MIT/Apache-2.0" # https://spdx.org/licenses/ -keywords = ["cookie", "jar", "store", "http"] # free text +keywords = ["cookie", "jar", "store", "http", "reqwest"] # free text categories = ["web-programming::http-client", "web-programming"] # https://crates.io/category_slugs # https://doc.rust-lang.org/cargo/reference/manifest.html