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 }