libchat/crates/client/Cargo.toml
osmaczko 6db3363aad
wip
2026-03-26 21:34:09 +01:00

14 lines
172 B
TOML

[package]
name = "client"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["rlib"]
[dependencies]
libchat = { workspace = true }
[dev-dependencies]
tempfile = "3"