mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 04:59:27 +00:00
fix: removing dylib for libchat
not used and it was causing the error with panic abort
This commit is contained in:
parent
6286611de7
commit
8a67c38624
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["rlib","staticlib","dylib"]
|
crate-type = ["rlib","staticlib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user