updates
This commit is contained in:
parent
fc94f655b2
commit
1b802ff33f
15 changed files with 379 additions and 74 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -541,6 +541,7 @@ name = "proxy"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"proxy-common",
|
||||
"prudpv0",
|
||||
"prudpv1",
|
||||
"rnex-core",
|
||||
|
|
@ -551,6 +552,7 @@ dependencies = [
|
|||
name = "proxy-common"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"log",
|
||||
"rnex-core",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue