Files
multiverse/xcom-ultra/xcu-relay/Cargo.toml
T

14 lines
378 B
TOML

# [TSM.ID].[11031972] -- All Rights Reserved. Proprietary & Confidential.
[package]
name = "xcu-relay"
version = "0.1.0"
edition = "2021"
description = "XCU Embedded ICE/TURN Server (Firewall Annihilator)"
[dependencies]
tokio = { version = "1.37", features = ["full", "net"] }
stun = "0.5" # Protokol IETF STUN
turn = "0.6" # Protokol IETF TURN
tracing = "0.1"
anyhow = "1.0"