rust-anmusic/Cargo.toml

15 lines
276 B
TOML
Raw Normal View History

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