diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,5 +12,8 @@ base64 = "0.22.1" md5 = "0.7.0" hex = "0.4.3" +sdp = { path = "sdp" } +rtp = { path = "rtp" } + [dev-dependencies] env_logger = "0.11.3" |