feat: add RustyPipe version constant

This commit is contained in:
ThetaDev 2024-09-10 03:15:41 +02:00
parent a7fb0d641a
commit c5e695e297
4 changed files with 12 additions and 2 deletions

View file

@ -19,3 +19,6 @@ pub mod model;
pub mod param;
pub mod report;
pub mod validate;
/// Version of the RustyPipe crate
pub const VERSION: &str = env!("CARGO_PKG_VERSION");