mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-04-19 03:32:53 -05:00
Removed currently unused dependencies
This commit is contained in:
parent
9dce1e328e
commit
edbe0bacfa
2 changed files with 0 additions and 4 deletions
|
@ -9,11 +9,9 @@ authors = ["G2 <g2@g2games.dev>"]
|
|||
license = "AGPL-3.0"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.30"
|
||||
hex = "0.4.3"
|
||||
nusb = "0.1.4"
|
||||
tokio = { version = "1.35.1", features = ["full"] }
|
||||
translit = "0.5.0"
|
||||
|
||||
[dependencies.minidisc-rs]
|
||||
path = "minidisc-rs"
|
||||
|
|
|
@ -19,12 +19,10 @@ nofmt = "1.0.0"
|
|||
once_cell = "1.18.0"
|
||||
unicode-normalization = "0.1.22"
|
||||
hex = "0.4.3"
|
||||
des = "0.8.1"
|
||||
unicode-jp = "0.4.0"
|
||||
regex = "1.10.2"
|
||||
lazy_static = "1.4.0"
|
||||
nusb = "0.1.4"
|
||||
futures-lite = "2.2.0"
|
||||
num-derive = "0.3.3"
|
||||
num-traits = "0.2.14"
|
||||
rand = "0.8.5"
|
||||
|
|
Loading…
Reference in a new issue