sipcord-bridge/pjsua/Cargo.toml
2026-03-20 16:08:41 -07:00

13 lines
212 B
TOML

[package]
name = "pjsua"
version = "0.1.0"
edition = "2021"
description = "Rust bindings for pjsua (pjproject SIP library)"
[dependencies]
[build-dependencies]
bindgen = "0.71"
pkg-config = "0.3"
cmake = "0.1"