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.
19 lines
356 B
19 lines
356 B
[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"
|
|
regex = "1.1.0"
|
|
inotify = "0.7.0"
|
|
|