General Improvements
This commit is contained in:
parent
f1c7317fab
commit
9824a32add
15 changed files with 1376 additions and 48 deletions
|
|
@ -16,6 +16,10 @@ mtp = { git = "https://git@git.methanium.net/methanium/mtp.git", features = [
|
|||
tokio = "1"
|
||||
async-trait = "0.1"
|
||||
url = "2"
|
||||
regex = "1"
|
||||
hmac = "0.12"
|
||||
sha2 = "0.10"
|
||||
base64 = "0.21"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue