Updated Crypto to use MTP-Crypto
This commit is contained in:
parent
d698be90c9
commit
275d1cb4c4
7 changed files with 358 additions and 371 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue