mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-25 07:01:08 +00:00
fix: removing dylib for libchat
not used and it was causing the error with panic abort
This commit is contained in:
@@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
crate-type = ["rlib","staticlib","dylib"]
|
||||
crate-type = ["rlib","staticlib"]
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.22"
|
||||
|
||||
Reference in New Issue
Block a user