7 lines
148 B
Rust
Raw Normal View History

2021-09-26 19:15:54 -07:00
#[cfg_attr(crc_v1, path = "v1.rs")]
#[cfg_attr(crc_v2, path = "v2v3.rs")]
#[cfg_attr(crc_v3, path = "v2v3.rs")]
2021-09-26 16:46:17 -07:00
mod _version;
2021-09-26 17:26:33 -07:00
pub use _version::*;