Skip to content

Commit

Permalink
chore(deps): remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjoehnk committed May 28, 2020
1 parent 0ddbe7b commit b9f36f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "youtube-api"
version = "0.1.0"
version = "0.1.1"
license = "GPL-3.0"
authors = ["Max Jöhnk <[email protected]>"]
keywords = ["youtube", "api", "client", "youtube-dl"]
Expand All @@ -20,8 +20,6 @@ serde_urlencoded = "0.6"
reqwest = { version = "0.10", features = ["json"] }
oauth2 = { version = "3.0.0-alpha.9", default-features = false, features = ["reqwest-010", "futures-03"] }
log = "0.4"
regex = "1.3"
lazy_static = "1.4"
tokio = { version = "0.2", features = ["fs", "process"] }

[dev-dependencies]
Expand Down

0 comments on commit b9f36f9

Please sign in to comment.