[package] name = "librespot-protocol" version = "0.1.0" authors = ["Paul LiƩtar "] build = "build.rs" description="The protobuf logic for communicating with Spotify servers" license="MIT" [dependencies] protobuf = "2.8.1" [build-dependencies] protobuf-codegen-pure = "2.8.1" protobuf-codegen = "2.8.1"