[WIP] MTP migration
This commit is contained in:
parent
594f13e974
commit
0d24154af0
11 changed files with 379 additions and 286 deletions
|
|
@ -8,7 +8,11 @@ mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = [
|
|||
"host",
|
||||
"client",
|
||||
"crypto",
|
||||
"files",
|
||||
] }
|
||||
# Needed directly for `ConnectionHandle`, which `mtp-client` does not re-export.
|
||||
# Pulled in transitively already via `mtp`, so this just names the same crate/commit.
|
||||
mtp-transport = { git = "https://git.methanium.net/Methanium/mtp.git" }
|
||||
|
||||
ansi_term = "*"
|
||||
uuid = { version = "*", features = ["v4"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue