diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-06 22:43:09 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-06 22:43:09 +0200 |
commit | 5f1a995ac4d0965135a297d3c2cb8c2712765e2c (patch) | |
tree | 7a7a61abc59a4c981aab723063803a8fae568ff3 /sdp/Cargo.toml | |
parent | c2691822809085712a97521a412c1365fedcccda (diff) | |
download | sip-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.toml | 7 |
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 = "*" |