13 lines
377 B
TOML
13 lines
377 B
TOML
# [TSM.ID].[11031972] -- All Rights Reserved. Proprietary & Confidential.
|
|
[package]
|
|
name = "xcu-omni"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "The Omni-Com Gateway: SIP/GSM and Social Audio (WA/Telegram) Bridge"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.34", features = ["full"] }
|
|
tracing = "0.1"
|
|
anyhow = "1.0"
|
|
xcu-sfu = { path = "../xcu-sfu-a", package = "xcu-sfu-a" }
|