diff options
Diffstat (limited to 'crates/mozart-core/src/lib.rs')
| -rw-r--r-- | crates/mozart-core/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/mozart-core/src/lib.rs b/crates/mozart-core/src/lib.rs index 5383d9a..bc0da53 100644 --- a/crates/mozart-core/src/lib.rs +++ b/crates/mozart-core/src/lib.rs @@ -10,3 +10,5 @@ pub mod wildcard; pub use mozart_console_macros::console_format; pub use wildcard::matches_wildcard; + +pub const MOZART_VERSION: &str = env!("CARGO_PKG_VERSION"); |
