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