libchat/crates/client/Cargo.toml
Jazz Turner-Baggs 94a2904c0e
Warning fixups
2026-04-28 08:30:41 -07:00

17 lines
277 B
TOML

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