mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-02-10 08:53:08 +00:00
10 lines
226 B
TOML
10 lines
226 B
TOML
|
|
[package]
|
||
|
|
name = "storage"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
description = "Shared storage layer for libchat"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
thiserror = "2"
|
||
|
|
rusqlite = { version = "0.35", features = ["bundled-sqlcipher-vendored-openssl"] }
|