Add command plumbing

This commit is contained in:
Michael Vines
2019-03-15 10:54:54 -07:00
parent c8bbca08f8
commit 1d876df8b3
8 changed files with 277 additions and 22 deletions

2
install/src/build_env.rs Normal file
View 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");