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,0 +1,2 @@
|
|||
mod config;
|
||||
mod node;
|
Loading…
Reference in New Issue