libchat/core/storage/Cargo.toml
2026-03-28 07:13:03 +08:00

11 lines
258 B
TOML

[package]
name = "storage"
version = "0.1.0"
edition = "2024"
description = "Shared storage layer for libchat"
[dependencies]
crypto = { path = "../crypto" }
thiserror = "2"
rusqlite = { version = "0.35", features = ["bundled-sqlcipher-vendored-openssl"] }