diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-03-24 00:04:23 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-03-24 00:04:23 +0300 |
| commit | b9399611816303da5a06dcfb30a6ab51f70ed4c1 (patch) | |
| tree | f8fb46e5baf0b37313f7065c17fac58708683a96 /src/main.rs | |
| parent | 39fe1b820b9080ff672a719d523d6b8922866fdc (diff) | |
Fmt & Added CI
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs index df1a31c..c2b6707 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,12 +1,11 @@ //mod routing; -//mod config; -//mod geoparsers; -//pub mod sniffing; +mod config; +mod geoparsers; +pub mod sniffing; //mod startup; use nsc::startup::init; fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync + 'static>> { - init() } |
