Add crate version identifiers.

This commit is contained in:
Dan Gohman
2019-01-07 11:51:47 -08:00
parent 9eba81a8d9
commit a5bd3924e3
8 changed files with 24 additions and 3 deletions

View File

@@ -27,3 +27,6 @@ mod backend;
mod memory;
pub use crate::backend::{SimpleJITBackend, SimpleJITBuilder};
/// Version number of this crate.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");