Detailed version string. (closes #62)

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-06-12 23:01:15 +00:00
parent b0b441d534
commit f1f31eff17
5 changed files with 55 additions and 20 deletions

View File

@@ -13,6 +13,8 @@ pub(crate) async fn get_server_version_route(
server: Some(get_server_version::v1::Server {
name: Some(tuwunel_core::version::name().into()),
version: Some(tuwunel_core::version::version().into()),
compiler: tuwunel_core::info::rustc::version().map(Into::into),
..Default::default()
}),
})
}