rust-anmusic/Cargo.toml

17 lines
312 B
TOML
Raw Normal View History

2016-06-25 17:32:34 +03:00
[package]
name = "anmusic"
2016-07-18 11:40:48 +03:00
version = "0.1.1"
2016-06-25 17:32:34 +03:00
authors = ["aNNiMON <annimon119@gmail.com>"]
[dependencies]
url = "1.0"
rust-ini = "*"
2016-07-18 11:40:48 +03:00
chrono = "0.2.22"
2016-06-25 17:32:34 +03:00
[dependencies.hyper]
version = "0.9"
default-features = false
[dependencies.aimpremote]
2016-07-18 11:40:48 +03:00
git = "https://bitbucket.org/annimon/rust-aimpremote"
version = "0.1.1"