Skip to content

Commit 57ca835

Browse files
committed
refactor: remove unused dependencies
1 parent 654cc6b commit 57ca835

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ audio = ["rodio"]
2626
colored = "2.0"
2727
itertools = "0.10"
2828
regex = "1.4"
29-
rodio = { version = "0.13", optional = true }
3029
scraper = "0.12"
31-
serde = { version = "1.0", features = ["derive"] }
32-
serde_json = "1.0"
33-
structopt = { version = "0.3", features = ["wrap_help", "color"], default-features = false }
3430
url = "2.2"
31+
rodio = { version = "0.13", optional = true }
32+
33+
[dependencies.structopt]
34+
version = "0.3"
35+
default-features = false
36+
features = ["wrap_help", "color"]
3537

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

47+
[build-dependencies.structopt]
48+
version = "0.3"
49+
features = ["wrap_help"]
50+
default-features = false
51+
4552
[profile.release]
4653
lto = true
4754
codegen-units = 1
48-
49-
[build-dependencies]
50-
structopt = { version = "0.3", features = ["wrap_help"], default-features = false }

0 commit comments

Comments
 (0)