mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-19 18:04:20 +00:00
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.
6 lines
76 B
Rust
6 lines
76 B
Rust
extern crate vergen;
|
|
|
|
fn main() {
|
|
vergen::vergen(vergen::SHORT_SHA);
|
|
}
|
|
|