feat: add build information

This commit is contained in:
iff 2024-11-16 15:54:42 +01:00
parent e8e759a719
commit 0177086dcc
3 changed files with 14 additions and 1 deletions

View file

@ -90,6 +90,6 @@ fn main() {
eprintln!(
"{}\n{}",
t!("contribute"),
"https://github.com/iffse/pay-respects"
option_env!("CARGO_PKG_REPOSITORY").unwrap_or("https://github.com/iffse/pay-respects/")
);
}