This website requires JavaScript.
Explore
Help
Sign In
github-mirrors
/
librespot
Watch
1
Star
0
Fork
You've already forked librespot
0
mirror of
https://github.com/librespot-org/librespot.git
synced
2024-11-08 16:45:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5059432090
librespot
/
build.rs
7 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
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 10:07:24 +00:00
extern
crate
vergen
;
Initial commit.
2015-04-25 20:32:07 +00:00
fn
main
(
)
{
Update dependencies
2016-01-12 23:29:31 +00:00
vergen
::
vergen
(
vergen
::
SHORT_SHA
)
.
unwrap
(
)
;
Initial commit.
2015-04-25 20:32:07 +00:00
}
Reference in a new issue
Copy permalink