Skip to content

Commit

Permalink
Merge pull request #571 from 0jdxt/toml_config
Browse files Browse the repository at this point in the history
TOML config
  • Loading branch information
Plecra committed Oct 16, 2020
2 parents 7c34e6b + 17126e5 commit 133a119
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 126 deletions.
78 changes: 40 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -24,7 +24,6 @@ log = "0.4.6"
percent-encoding = "2.1.0"
rspotify = "0.8.0"
serde = { version = "1.0.115", features = ["derive"] }
serde_ini = "0.2.0"
sha-1 = "0.9"
structopt = "0.3.17"
syslog = "4"
Expand All @@ -34,6 +33,7 @@ tokio-signal = "0.1"
url = "1.7"
xdg = "2.2"
librespot = { version = "0.1.1", default-features = false, features = ["with-tremor"] }
toml = "0.5.6"

[target."cfg(target_os = \"macos\")".dependencies]
whoami = "0.9.0"
Expand Down

0 comments on commit 133a119

Please sign in to comment.