mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-28 17:21:52 +00:00
6 lines
131 B
Rust
6 lines
131 B
Rust
|
include!(concat!(env!("OUT_DIR"), "/version.rs"));
|
||
|
|
||
|
pub fn version_string() -> String {
|
||
|
format!("librespot-{}", short_sha())
|
||
|
}
|