1 2 3 4 5 6 7 8
[workspace] resolver = "2" members = ["rtp", "sdp", "sip", "tools"] [workspace.dependencies] sdp = { path = "sdp" } rtp = { path = "rtp" } sip = { path = "sip" }