libchat/crates/client/Cargo.toml

12 lines
182 B
TOML
Raw Normal View History

[package]
name = "client"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["rlib"]
[dependencies]
libchat = { workspace = true }
2026-03-30 17:17:32 +08:00
chat-sqlite = { path = "../../core/sqlite" }