diff --git a/core/conversations/Cargo.toml b/core/conversations/Cargo.toml index c109bff..b265823 100644 --- a/core/conversations/Cargo.toml +++ b/core/conversations/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [lib] -crate-type = ["rlib","staticlib","dylib"] +crate-type = ["rlib","staticlib"] [dependencies] base64 = "0.22"