From 5f1a995ac4d0965135a297d3c2cb8c2712765e2c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 6 Jul 2024 22:43:09 +0200 Subject: sdp and rtp crates --- sdp/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sdp/Cargo.toml (limited to 'sdp/Cargo.toml') 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 = "*" -- cgit v1.2.3-70-g09d2