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