openethereum/ethkey/src/bin/main.rs

6 lines
90 B
Rust

#[cfg(feature = "cli")]
include!("ethkey.rs");
#[cfg(not(feature = "cli"))]
fn main() {}