MTP-0.2.0 migration
This commit is contained in:
parent
ad42c0e51f
commit
f1c7317fab
14 changed files with 1309 additions and 281 deletions
|
|
@ -10,9 +10,12 @@ chrono = { version = "0.4", features = ["serde"] }
|
|||
thiserror = "2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
mtp = { git = "https://git@git.methanium.net/methanium/mtp.git", features = [] }
|
||||
mtp = { git = "https://git@git.methanium.net/methanium/mtp.git", features = [
|
||||
"crypto",
|
||||
] }
|
||||
tokio = "1"
|
||||
async-trait = "0.1"
|
||||
url = "2"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue