Add command plumbing
This commit is contained in:
2
install/src/build_env.rs
Normal file
2
install/src/build_env.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub const TARGET: &str = env!("TARGET");
|
||||
pub const BUILD_SECONDS_SINCE_UNIX_EPOCH: &str = env!("BUILD_SECONDS_SINCE_UNIX_EPOCH");
|
Reference in New Issue
Block a user