[Upd] mtp update

This commit is contained in:
Alex Emmet 2026-07-20 15:28:15 +02:00
commit f82500ea7d
24 changed files with 2535 additions and 1800 deletions

View file

@ -4,8 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }
mtp-crypto = { git = "https://git.methanium.net/Methanium/mtp.git", features = ["pqc"] }
mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = [
"crypto"
] }
reqwest = "0.13.2"
tokio = { version = "1.50.0", features = ["full"] }