libchat/core/storage/Cargo.toml

10 lines
175 B
TOML
Raw Permalink Normal View History

[package]
name = "storage"
version = "0.1.0"
edition = "2024"
description = "Shared storage layer for libchat"
[dependencies]
crypto = { path = "../crypto" }
thiserror = "2"