mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-06-11 02:43:20 +02:00
@ -1,8 +0,0 @@
|
||||
//! Information extracted from the (build) environment
|
||||
//!
|
||||
|
||||
/// The BFFH version, as an UTF-8 string
|
||||
///
|
||||
/// This is of the format "<major>.<minor>.<patch>" if build as a normal release
|
||||
/// or "<major> .<minor>.<patch>-<commit hash>" if built from source
|
||||
pub const VERSION: &'static str = env!("BFFHD_VERSION_STRING");
|
@ -31,7 +31,8 @@ pub mod capnp;
|
||||
|
||||
pub mod utils;
|
||||
|
||||
pub mod env;
|
||||
// Store build information in the `env` module.
|
||||
shadow_rs::shadow!(env);
|
||||
|
||||
mod audit;
|
||||
mod keylog;
|
||||
|
Reference in New Issue
Block a user