wip: New crate opnsense-config

This commit is contained in:
Jean-Gabriel Gill-Couture
2024-10-13 08:48:56 -04:00
parent 6a5ebdbac7
commit 32cea6c3ff
10 changed files with 272 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
pub mod config;
pub mod modules;
pub mod error;
pub use config::Config;
pub use error::Error;