You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
321 B
18 lines
321 B
6 years ago
|
[package]
|
||
|
name = "rapblock"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
mpris = "^1.1"
|
||
|
reqwest = "0.9.10"
|
||
|
percent-encoding = "1.0.1"
|
||
|
serde = "1.0.88"
|
||
|
serde_derive = "1.0.88"
|
||
|
serde_json = "1.0"
|
||
|
failure = "0.1.5"
|
||
|
lazy_static = "1.2.0"
|
||
|
log = "0.4"
|
||
|
env_logger = "0.6"
|