libchat/crates/client/Cargo.toml

11 lines
154 B
TOML
Raw Normal View History

2026-03-22 16:15:32 -07:00
[package]
name = "client"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["rlib"]
[dependencies]
2026-03-24 15:20:47 -07:00
libchat = { path = "../../core/conversations" }