chore: Reorganize file tree for easier onboarding. Rust project now at the root for simple git clone && cargo run
This commit is contained in:
6
opnsense-config/src/config/mod.rs
Normal file
6
opnsense-config/src/config/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
mod config;
|
||||
mod manager;
|
||||
mod shell;
|
||||
pub use config::*;
|
||||
pub use manager::*;
|
||||
pub use shell::*;
|
||||
Reference in New Issue
Block a user