mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 13:09:29 +00:00
13 lines
241 B
TOML
13 lines
241 B
TOML
[package]
|
|
name = "storage"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "Shared storage layer for libchat"
|
|
|
|
[dependencies]
|
|
# Workspace dependencies (sorted)
|
|
crypto = { workspace = true }
|
|
|
|
# External dependencies (sorted)
|
|
thiserror = "2"
|