From 2233d15c9486a5f6d10697be57802a0c9981db60 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 26 Feb 2019 17:29:50 +0100 Subject: chore(cargo): Prepare Cargo manifest for crate release --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 342a157f14c1..7df7f69a2519 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "crimp" +description = "Higher-level Rust API for cURL bindings" version = "0.1.0" authors = ["Vincent Ambo "] +keywords = [ "http", "curl" ] +categories = [ "api-bindings" ] license = "GPL-3.0-or-later" +repository = "https://github.com/tazjin/crimp" [features] default = [ "json", "basic_auth" ] -- cgit 1.4.1