Skip to content

Commit

Permalink
chore(cargo): add more crate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjoehnk committed May 28, 2020
1 parent eb0ad49 commit 0ddbe7b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[package]
name = "youtube-api"
version = "0.1.0"
license = "GPL-3.0"
authors = ["Max Jöhnk <[email protected]>"]
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"
Expand Down

0 comments on commit 0ddbe7b

Please sign in to comment.