1//! Low-level tooling around Abundance contracts 2 3pub mod build; 4pub mod convert; 5pub mod target_specification; 6 7/// Environment used in target specification 8pub const TARGET_ENV: &str = "abundance";