rust-anmusic/Cargo.toml
2016-07-18 11:40:48 +03:00

17 lines
312 B
TOML

[package]
name = "anmusic"
version = "0.1.1"
authors = ["aNNiMON <annimon119@gmail.com>"]
[dependencies]
url = "1.0"
rust-ini = "*"
chrono = "0.2.22"
[dependencies.hyper]
version = "0.9"
default-features = false
[dependencies.aimpremote]
git = "https://bitbucket.org/annimon/rust-aimpremote"
version = "0.1.1"