This removes the util.rs module and leaves us with proto, core and cln_adapters Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
4 lines
51 B
Rust
4 lines
51 B
Rust
pub mod cln_adapters;
|
|
pub mod core;
|
|
pub mod proto;
|