aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fcff751e8bce6417aef42e708a5a5c72c92783a0 (plain)
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" }