chore: startup logging polish; BIND_PORT env var setting added

This commit is contained in:
Tamipes 2025-12-04 00:25:07 +01:00
parent 4cf3d5aea0
commit 594e91b8a1
6 changed files with 40 additions and 33 deletions

View file

@ -13,5 +13,5 @@ fn main() {
}
}
};
println!("cargo::rustc-env=COMMIT_HASH=\"{}\"", commit_hash);
println!("cargo::rustc-env=COMMIT_HASH={}", commit_hash);
}