Updated Crypto to use MTP-Crypto

This commit is contained in:
Alex Emmet 2026-07-03 06:28:09 +02:00
commit f0011a67cf
7 changed files with 358 additions and 371 deletions

View file

@ -4,7 +4,10 @@ version = "0.1.0"
edition = "2024"
[dependencies]
mtp = { git = "https://git.methanium.net/methanium/mtp", features = ["host"] }
mtp = { git = "https://git.methanium.net/methanium/mtp", features = [
"host",
"crypto",
] }
actix-web = { version = "4.12.1", features = ["rustls-0_23"] }
aes-gcm = "*"
@ -36,3 +39,4 @@ uuid = { version = "1.19.0", features = ["v4"] }
x448 = "0.6.0"
zip = "6.0.0"
thiserror = "2.0.18"
mtp-crypto = { git = "https://git.methanium.net/methanium/mtp", version = "0.1.0", features = ["pqc"] }