mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-03-27 14:43:06 +00:00
12 lines
187 B
TOML
12 lines
187 B
TOML
[package]
|
|
name = "client-ffi"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib", "rlib"]
|
|
|
|
[dependencies]
|
|
client = { path = "../client" }
|
|
libchat = { workspace = true }
|