Share constants between codegen and the meta crate;

This commit is contained in:
Benjamin Bouvier
2019-10-09 17:38:29 +02:00
parent 097fa0c7b1
commit f668869508
7 changed files with 79 additions and 55 deletions

View File

@@ -22,6 +22,7 @@
pub mod condcodes;
pub mod constant_hash;
pub mod constants;
/// Version number of this crate.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");