diff options
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/lib.rs b/core/lib.rs index 5846ad99d..0f7c23c26 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -8,6 +8,7 @@ extern crate log; mod async_cancel; mod async_cell; mod bindings; +pub mod build_util; pub mod error; mod flags; mod gotham_state; |