libchat/crates/client/Cargo.toml

14 lines
172 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-26 21:34:09 +01:00
[dev-dependencies]
tempfile = "3"