fix all warns, remove moku, bind edit keys

This commit is contained in:
🪞👃🪞 2025-03-09 05:01:14 +02:00
parent 41c5686d67
commit 2903d58b2d
6 changed files with 39 additions and 81 deletions

32
Cargo.lock generated
View file

@ -249,15 +249,6 @@ version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2459fc9262a1aa204eb4b5764ad4f189caec88aea9634389c0a25f8be7f6265e"
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "crc32fast"
version = "1.4.2"
@ -626,28 +617,6 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "moku"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43515d765182666f322df04c4cba683b776626e98098cbcf11f09617aaada07d"
dependencies = [
"log",
"moku-macros",
]
[[package]]
name = "moku-macros"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe608ab81f295081536ea4cf4461773db33b049470fda69277c9ee799bdb34e5"
dependencies = [
"convert_case",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "normpath"
version = "1.3.0"
@ -1088,7 +1057,6 @@ dependencies = [
"file_type",
"hex",
"id3",
"moku",
"opener",
"pad",
"tek_tui",