mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-06 09:36:42 +01:00
fix off-by-1 column widths; add edit cursor
This commit is contained in:
parent
59918491f6
commit
4bfdd28638
7 changed files with 57 additions and 59 deletions
26
Cargo.toml
26
Cargo.toml
|
|
@ -5,22 +5,22 @@ edition = "2024"
|
|||
|
||||
[dependencies.tengri]
|
||||
git = "https://codeberg.org/unspeaker/tengri"
|
||||
rev = "96ff10c"
|
||||
rev = "81e7f50"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.4", features = [ "cargo" ] }
|
||||
clap = { version = "^4.5.4", features = [ "cargo" ] }
|
||||
enolib = { git = "https://codeberg.org/simonrepp/enolib-rs", tag = "0.5.0" }
|
||||
byte-unit = "5.1.6"
|
||||
file_type = "0.8"
|
||||
hex = "0.4"
|
||||
id3 = "1.16"
|
||||
lofty = "0.22.2"
|
||||
opener = "0.7"
|
||||
opus_headers = "0.1.2"
|
||||
pad = "0.1"
|
||||
rusty-chromaprint = "0.3.0"
|
||||
walkdir = "2"
|
||||
xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
|
||||
byte-unit = "^5.1.6"
|
||||
file_type = "^0.8"
|
||||
hex = "^0.4"
|
||||
id3 = "^1.16"
|
||||
lofty = "^0.22.2"
|
||||
opener = "^0.7"
|
||||
opus_headers = "^0.1.2"
|
||||
pad = "^0.1"
|
||||
rusty-chromaprint = "^0.3.0"
|
||||
walkdir = "^2"
|
||||
xxhash-rust = { version = "^0.8.5", features = ["xxh3"] }
|
||||
|
||||
#base64 = "0.22"
|
||||
#moku = "0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue