mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-03-26 22:23:14 +00:00
Use workspace dependencies instead of paths
This commit is contained in:
parent
547458ab0a
commit
aaefa3ad4e
@ -12,6 +12,7 @@ members = [
|
||||
|
||||
[workspace.dependencies]
|
||||
blake2 = "0.10"
|
||||
libchat = { path = "core/conversations" }
|
||||
storage = { path = "core/storage" }
|
||||
|
||||
# Panicking across FFI boundaries is UB; abort is the correct strategy for a
|
||||
|
||||
@ -7,4 +7,4 @@ edition = "2024"
|
||||
crate-type = ["rlib"]
|
||||
|
||||
[dependencies]
|
||||
libchat = { path = "../../core/conversations" }
|
||||
libchat = { workspace = true }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user