librespot/build.rs
Paul Liétar 1ad62e6f18 First working version of protocol handshake.
Key exchange and authentication is functional.
Protocol definition has been moved to separate crate to speed up build time.
Various cleanups. Take login info from command line, rather than hardcoded.
2015-05-09 11:16:43 +01:00

7 lines
76 B
Rust

extern crate vergen;
fn main() {
vergen::vergen(vergen::SHORT_SHA);
}