libchat/crates/client/Cargo.toml

11 lines
137 B
TOML
Raw Permalink 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]
libchat = { workspace = true }