mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 01:39:28 +02: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);
|
|
}
|
|
|