libchat/core/storage/Cargo.toml
2026-05-01 12:24:47 -07:00

11 lines
208 B
TOML

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