General Improvements

This commit is contained in:
Alex 2026-08-03 00:32:05 +02:00
commit 9824a32add
Signed by: alex
SSH key fingerprint: SHA256:D1+Ub8o0v4K5y1JNivW8IxEOelqLSvPmUzBbDIoZkRQ
15 changed files with 1376 additions and 48 deletions

View file

@ -16,6 +16,10 @@ mtp = { git = "https://git@git.methanium.net/methanium/mtp.git", features = [
tokio = "1"
async-trait = "0.1"
url = "2"
regex = "1"
hmac = "0.12"
sha2 = "0.10"
base64 = "0.21"
[dev-dependencies]
tokio = { version = "1", features = ["full"] }