mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 13:09:29 +00:00
11 lines
247 B
TOML
11 lines
247 B
TOML
[package]
|
|
name = "components"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
libchat = { workspace = true }
|
|
storage = { workspace = true }
|
|
crypto = { workspace = true } # Needed because Storage traits require "Identity" struct
|
|
|
|
hex = "0.4.3" |