aboutsummaryrefslogtreecommitdiff
path: root/rtp/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 /rtp/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 'rtp/Cargo.toml')
-rw-r--r--rtp/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/rtp/Cargo.toml b/rtp/Cargo.toml
new file mode 100644
index 0000000..07e7123
--- /dev/null
+++ b/rtp/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "rtp"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]