aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ece77f5d264e045e0f5404aaacdb21aa4325aca7 (plain)
1
2
3
4
5
6
7
[workspace]
resolver = "2"
members = ["rtp", "sdp", "sip"]

[workspace.dependencies]
sdp = { path = "sdp" }
rtp = { path = "rtp" }