Add arg parser.

This commit is contained in:
Alexandr Bogomyakov
2020-04-25 22:20:32 +03:00
parent 824ccbb366
commit 3446e7f3d5
2 changed files with 43 additions and 35 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "musfuse"
version = "0.5.0"
version = "0.6.0"
authors = ["AB <ultradesu@hexor.ru>"]
edition = "2018"
@ -9,6 +9,7 @@ edition = "2018"
reqwest = { version = "0.10", features = ["json", "blocking"] }
tokio = { version = "0.2", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
clap = {version = "2.33", features = ["yaml"]}
serde_json = "1.0"
percent-encoding = "2.1.0"
fuse = "0.3.1"