mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-07 08:23:08 +00:00
Add modules
This commit is contained in:
parent
84d251ff1b
commit
88b4a6446d
@ -1,5 +1,6 @@
|
||||
mod events;
|
||||
mod general;
|
||||
mod node_management;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
||||
0
waku/src/node_management/config.rs
Normal file
0
waku/src/node_management/config.rs
Normal file
2
waku/src/node_management/mod.rs
Normal file
2
waku/src/node_management/mod.rs
Normal file
@ -0,0 +1,2 @@
|
||||
mod config;
|
||||
mod node;
|
||||
0
waku/src/node_management/node.rs
Normal file
0
waku/src/node_management/node.rs
Normal file
Loading…
x
Reference in New Issue
Block a user