diff --git a/backend/rust-gbt/Cargo.toml b/backend/rust-gbt/Cargo.toml index 09fde52e2..790dd6214 100644 --- a/backend/rust-gbt/Cargo.toml +++ b/backend/rust-gbt/Cargo.toml @@ -6,6 +6,8 @@ authors = ["mononaut"] edition = "2021" publish = false +[workspace] + [lib] crate-type = ["cdylib"]