mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-03-27 06:33:08 +00:00
14 lines
172 B
TOML
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"
|