mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-07-07 05:34:08 +00:00
Cache reworked. Auth implemented. Metrics exposed.
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "musfuse"
|
||||
version = "0.1.0"
|
||||
version = "0.4.0"
|
||||
authors = ["AB <ultradesu@hexor.ru>"]
|
||||
edition = "2018"
|
||||
|
||||
@ -10,8 +10,12 @@ reqwest = { version = "0.10", features = ["json", "blocking"] }
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
percent-encoding = "*"
|
||||
fuse = "*"
|
||||
time = "0.1"
|
||||
libc = "*"
|
||||
rustc-serialize = "*"
|
||||
percent-encoding = "2.1.0"
|
||||
fuse = "0.3.1"
|
||||
time = "0.1.42"
|
||||
libc = "0.2.69"
|
||||
chrono = "0.4.11"
|
||||
env_logger = "0.7.1"
|
||||
log = { version = "^0.4.5", features = ["std"] }
|
||||
size_format = "1.0.2"
|
||||
base64 = "0.12.0"
|
||||
|
Reference in New Issue
Block a user