diff options
| author | zedddie <rust@zedddie.rs> | 2026-03-15 17:17:24 +0100 |
|---|---|---|
| committer | tuturuu <zedddiezxc@gmail.com> | 2026-03-15 17:17:24 +0100 |
| commit | 891a76eaf5ada282fd0568f856b63635d2a173e4 (patch) | |
| tree | 68b3ae5d5e211fe800d5c6e81d90e26e3e4f9aa9 /src/main.rs | |
| parent | 59a17c547563dab8a70830185ba763d8343ac109 (diff) | |
somewhat wip sniffing
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 958e39d..c2da16c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,6 @@ mod config; mod geoparsers; -mod sniffing; +pub mod sniffing; mod startup; use startup::init; |
