odra-cli 2.4.0

Odra CLI - Command Line Interface for Odra smart contracts.
Documentation
1
2
3
4
5
6
//! Odra's contracts build script.

/// Uses the ENV variable `ODRA_MODULE` to set the `odra_module` cfg flag.
pub fn main() {
    odra_build::build();
}