Skip to content

Commit

Permalink
refactor: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxr committed Mar 12, 2021
1 parent 654cc6b commit 57ca835
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 11 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ audio = ["rodio"]
colored = "2.0"
itertools = "0.10"
regex = "1.4"
rodio = { version = "0.13", optional = true }
scraper = "0.12"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
structopt = { version = "0.3", features = ["wrap_help", "color"], default-features = false }
url = "2.2"
rodio = { version = "0.13", optional = true }

[dependencies.structopt]
version = "0.3"
default-features = false
features = ["wrap_help", "color"]

[target.'cfg(not(target_env = "musl"))'.dependencies.isahc]
version = "1.1"
Expand All @@ -42,9 +44,11 @@ version = "1.1"
default-features = false
features = ["text-decoding", "static-ssl"]

[build-dependencies.structopt]
version = "0.3"
features = ["wrap_help"]
default-features = false

[profile.release]
lto = true
codegen-units = 1

[build-dependencies]
structopt = { version = "0.3", features = ["wrap_help"], default-features = false }

0 comments on commit 57ca835

Please sign in to comment.