aboutsummaryrefslogtreecommitdiff
path: root/rtp/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-11-19 02:08:52 +0100
committermetamuffin <metamuffin@disroot.org>2024-11-19 02:08:52 +0100
commitcbc111f90b5facc1f2a9dd79ced216279d6260af (patch)
treefa5a1d2d67874413d8e66673825c6789e8cc0945 /rtp/Cargo.toml
parent2d9a31244eab6d3a9871369d3148de253e902d36 (diff)
downloadsip-rs-cbc111f90b5facc1f2a9dd79ced216279d6260af.tar
sip-rs-cbc111f90b5facc1f2a9dd79ced216279d6260af.tar.bz2
sip-rs-cbc111f90b5facc1f2a9dd79ced216279d6260af.tar.zst
move files + rtp parser
Diffstat (limited to 'rtp/Cargo.toml')
-rw-r--r--rtp/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtp/Cargo.toml b/rtp/Cargo.toml
index 07e7123..84f0116 100644
--- a/rtp/Cargo.toml
+++ b/rtp/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+thiserror = "2.0.3"