libchat/crates/c-test/Cargo.toml
osmaczko 504b743929
wip
2026-03-26 22:38:38 +01:00

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"