libchat/crates/client/Cargo.toml
2026-03-30 14:15:15 +08:00

12 lines
179 B
TOML

[package]
name = "client"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["rlib"]
[dependencies]
libchat = { workspace = true }
storage = { path = "../../core/storage" }