aboutsummaryrefslogtreecommitdiff
path: root/sdp/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-06 22:43:09 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-06 22:43:09 +0200
commit5f1a995ac4d0965135a297d3c2cb8c2712765e2c (patch)
tree7a7a61abc59a4c981aab723063803a8fae568ff3 /sdp/Cargo.toml
parentc2691822809085712a97521a412c1365fedcccda (diff)
downloadsip-rs-5f1a995ac4d0965135a297d3c2cb8c2712765e2c.tar
sip-rs-5f1a995ac4d0965135a297d3c2cb8c2712765e2c.tar.bz2
sip-rs-5f1a995ac4d0965135a297d3c2cb8c2712765e2c.tar.zst
sdp and rtp crates
Diffstat (limited to 'sdp/Cargo.toml')
-rw-r--r--sdp/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sdp/Cargo.toml b/sdp/Cargo.toml
new file mode 100644
index 0000000..0169645
--- /dev/null
+++ b/sdp/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "sdp"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+anyhow = "*"