libchat/crates/client/Cargo.toml

16 lines
233 B
TOML
Raw Permalink Normal View History

[package]
name = "client"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["rlib"]
[dependencies]
libchat = { workspace = true }
chat-sqlite = { path = "../../core/sqlite" }
thiserror = "2"
[dev-dependencies]
tempfile = "3"