From 0ddbe7bd1ca001b7786bd8b91e221f183cd9a9b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20J=C3=B6hnk?= Date: Thu, 28 May 2020 07:41:40 +0200 Subject: [PATCH] chore(cargo): add more crate metadata --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8850335..db394b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,16 @@ [package] name = "youtube-api" version = "0.1.0" +license = "GPL-3.0" authors = ["Max Jöhnk "] +keywords = ["youtube", "api", "client", "youtube-dl"] +repository = "https://github.com/maxjoehnk/youtube-rs" +description = "Async Youtube API implementation in Rust" edition = "2018" +categories = ["api-bindings", "multimedia::video"] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[badges] +travis-ci = { repository = "maxjoehnk/youtube-rs", branch = "master" } [dependencies] failure = "0.1"