aboutsummaryrefslogtreecommitdiff
path: root/tools/Cargo.toml
blob: 8f0f5f86347a2c11227afee262d5b00419fa8f29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tools"
version = "0.1.0"
edition = "2024"

[dependencies]
hex = "0.4.3"
env_logger = "0.11.6"
log = "0.4.26"
anyhow = "1.0.96"
tokio = { version = "1.38.0", features = ["full"] }

sip = { workspace = true }
sdp = { workspace = true }
rtp = { workspace = true }