mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-03-27 14:43:06 +00:00
14 lines
177 B
TOML
14 lines
177 B
TOML
[package]
|
|
name = "c-test"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["rlib"]
|
|
|
|
[dependencies]
|
|
client-ffi = { path = "../client-ffi" }
|
|
|
|
[build-dependencies]
|
|
cc = "1"
|