mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
97f61ec2a8
Drop Regex dependency, just parse using simple string methods. Protobuf 2.4.0, generate all proto files every time, but only write when changed, supporting poor souls with crlf line ending conversion.
12 lines
232 B
TOML
12 lines
232 B
TOML
[package]
|
|
name = "librespot-protocol"
|
|
version = "0.1.0"
|
|
authors = ["Paul Liétar <paul@lietar.net>"]
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
protobuf = "2.8.*"
|
|
|
|
[build-dependencies]
|
|
protobuf-codegen-pure = "2.8.*"
|
|
protobuf-codegen = "*"
|