mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-06 09:36:42 +01:00
identify files manually by magic numbers
This commit is contained in:
parent
5d7c2054b3
commit
928d38bfaa
5 changed files with 154 additions and 99 deletions
22
Cargo.toml
22
Cargo.toml
|
|
@ -5,16 +5,18 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
tek_tui = { git = "https://codeberg.org/unspeaker/tengri", rev = "6cd85ef" }
|
||||
enolib = { git = "https://codeberg.org/simonrepp/enolib-rs", tag = "0.5.0" }
|
||||
|
||||
clap = { version = "4.5.4", features = [ "cargo" ] }
|
||||
walkdir = "2"
|
||||
id3 = "1.16"
|
||||
#moku = "0.2"
|
||||
file_type = "0.7"
|
||||
pad = "0.1"
|
||||
#sha2 = "0.10"
|
||||
hex = "0.4"
|
||||
xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
|
||||
#base64 = "0.22"
|
||||
unicode-width = "0.2"
|
||||
#moku = "0.2"
|
||||
#sha2 = "0.10"
|
||||
clap = { version = "4.5.4", features = [ "cargo" ] }
|
||||
file_type = "0.7"
|
||||
hex = "0.4"
|
||||
id3 = "1.16"
|
||||
opener = "0.7"
|
||||
opus_headers = "0.1.2"
|
||||
pad = "0.1"
|
||||
unicode-width = "0.2"
|
||||
walkdir = "2"
|
||||
xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue