openethereum/ethstore/src/bin/main.rs

6 lines
92 B
Rust

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