mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-07-07 05:34:08 +00:00
Add arg parser.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user