Put util under the library.

This commit is contained in:
Tom Alexander
2023-12-26 20:18:41 -05:00
parent e622d9fa6b
commit 2911fce7cc
4 changed files with 4 additions and 6 deletions

View File

@@ -6,7 +6,6 @@ use organic::settings::GlobalSettings;
use wasm::wasm_parse_org;
mod error;
mod util;
mod wasm;
#[cfg(feature = "tracing")]