mirror of
https://github.com/coral/sipcord-bridge.git
synced 2026-04-12 20:42:33 -06:00
13 lines
212 B
TOML
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"
|