From 41e064d5d5a9b499d7e8f11359827beacf640f80 Mon Sep 17 00:00:00 2001 From: Ash Kunda <18058966+akundaz@users.noreply.github.com> Date: Thu, 4 Dec 2025 17:59:47 -0500 Subject: [PATCH] remove fbutil's dependency on unichain-builder --- src/lib.rs | 5 ----- tools/fbutil/Cargo.toml | 2 -- 2 files changed, 7 deletions(-) delete mode 100644 src/lib.rs diff --git a/src/lib.rs b/src/lib.rs deleted file mode 100644 index ce7abfb..0000000 --- a/src/lib.rs +++ /dev/null @@ -1,5 +0,0 @@ -mod bundle; -mod platform; -mod state; - -pub use {bundle::*, platform::*, state::*}; diff --git a/tools/fbutil/Cargo.toml b/tools/fbutil/Cargo.toml index abffb65..e561e50 100644 --- a/tools/fbutil/Cargo.toml +++ b/tools/fbutil/Cargo.toml @@ -11,8 +11,6 @@ authors.workspace = true exclude.workspace = true [dependencies] -unichain-builder = { path = "../.." } - rollup-boost-types = { workspace = true } futures = { workspace = true }