mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-04-20 04:02:53 -05:00
Compare commits
No commits in common. "27853d9ea045e98d3a353cedcb5a33ed632c3411" and "9dce1e328e5f82a53eed0002971d8e8ebd1145d1" have entirely different histories.
27853d9ea0
...
9dce1e328e
2 changed files with 5 additions and 5 deletions
|
@ -9,9 +9,11 @@ authors = ["G2 <g2@g2games.dev>"]
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
futures = "0.3.30"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
nusb = "0.1.4"
|
nusb = "0.1.4"
|
||||||
tokio = { version = "1.35.1", features = ["full"] }
|
tokio = { version = "1.35.1", features = ["full"] }
|
||||||
|
translit = "0.5.0"
|
||||||
|
|
||||||
[dependencies.minidisc-rs]
|
[dependencies.minidisc-rs]
|
||||||
path = "minidisc-rs"
|
path = "minidisc-rs"
|
||||||
|
|
|
@ -19,17 +19,15 @@ nofmt = "1.0.0"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
unicode-normalization = "0.1.22"
|
unicode-normalization = "0.1.22"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
|
des = "0.8.1"
|
||||||
|
unicode-jp = "0.4.0"
|
||||||
regex = "1.10.2"
|
regex = "1.10.2"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
nusb = "0.1.4"
|
nusb = "0.1.4"
|
||||||
|
futures-lite = "2.2.0"
|
||||||
num-derive = "0.3.3"
|
num-derive = "0.3.3"
|
||||||
num-traits = "0.2.14"
|
num-traits = "0.2.14"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
getrandom = { version = "0.2.12", features = ["js"] }
|
|
||||||
|
|
||||||
[dependencies.unicode-jp]
|
|
||||||
# Relying on this fork for now as it has up-to-date deps
|
|
||||||
git = "https://github.com/uzabase/unicode-jp-rs.git"
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|
Loading…
Reference in a new issue