fedimint_build/
envs.rs

1/// Env variable to set to force git hash during build process
2pub const FORCE_GIT_HASH_ENV: &str = "FEDIMINT_BUILD_FORCE_GIT_HASH";
3
4/// Env variable the cargo will set during crate build to pass the detected git
5/// hash to the binary itself.
6pub const FEDIMINT_BUILD_CODE_VERSION_ENV: &str = "FEDIMINT_BUILD_CODE_VERSION";