clean & tools
This commit is contained in:
parent
b589950e82
commit
475e3fc4b0
5 changed files with 339 additions and 17 deletions
|
|
@ -12,6 +12,8 @@ serde = { version = "1", features = ["derive"] }
|
|||
serde_json = "1"
|
||||
mtp = { git = "https://git@git.methanium.net/methanium/mtp.git", features = [] }
|
||||
tokio = "1"
|
||||
async-trait = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tempfile = "3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue