Use built to determine version information
This commit is contained in:
@@ -44,6 +44,11 @@ mod settings;
|
||||
mod table;
|
||||
mod usage;
|
||||
|
||||
/// See https://docs.rs/built
|
||||
pub(crate) mod built_info {
|
||||
include!(concat!(env!("OUT_DIR"), "/built.rs"));
|
||||
}
|
||||
|
||||
pub(crate) use errors::Error;
|
||||
use settings::Settings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user