forked from ghostchain/ghost-node
4 lines
62 B
Rust
4 lines
62 B
Rust
|
#![cfg_attr(not(feature = "std"), no_std)]
|
||
|
|
||
|
pub mod networks;
|