fix: removing dylib for libchat

not used and it was causing the error with panic abort
This commit is contained in:
pablo 2026-04-17 11:47:21 +03:00
parent 6286611de7
commit 8a67c38624
No known key found for this signature in database
GPG Key ID: 78F35FCC60FDC63A

View File

@ -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"