clean & tools

This commit is contained in:
Alex Emmet 2026-07-09 00:13:22 +02:00
commit 475e3fc4b0
5 changed files with 339 additions and 17 deletions

View file

@ -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"