aboutsummaryrefslogtreecommitdiff
path: root/tools/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-02-23 12:14:27 +0100
committermetamuffin <metamuffin@disroot.org>2025-02-23 12:14:27 +0100
commitbeab67b2e38808f91ecd390190d527fc7db5499d (patch)
treef74071b32c0971a7f3354901e164ce7b47c95f88 /tools/Cargo.toml
parentd07dcedf8f9601fda14f79ebfbcf858d3794c16c (diff)
downloadsip-rs-beab67b2e38808f91ecd390190d527fc7db5499d.tar
sip-rs-beab67b2e38808f91ecd390190d527fc7db5499d.tar.bz2
sip-rs-beab67b2e38808f91ecd390190d527fc7db5499d.tar.zst
call receive tool
Diffstat (limited to 'tools/Cargo.toml')
-rw-r--r--tools/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/Cargo.toml b/tools/Cargo.toml
new file mode 100644
index 0000000..8f0f5f8
--- /dev/null
+++ b/tools/Cargo.toml
@@ -0,0 +1,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 }