[package] name = "super-spotify-protocol" version = "0.0.2" authors = ["zhuang <1041036986@qq.com>"] build = "build.rs" description = "The protobuf logic for communicating with Spotify servers" edition = "2021" license = "Apache-2.0" [dependencies] protobuf = "3" [build-dependencies] protobuf-codegen = "3"