Skip to content

Commit

Permalink
fix turn_client_udp.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 16, 2024
1 parent a36415a commit 0b5adc8
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 156 deletions.
4 changes: 3 additions & 1 deletion rtc-turn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ thiserror = "1.0.57"
env_logger = "0.11.3"
chrono = "0.4.35"
hex = "0.4.3"
clap = "4.5.2"
clap = { version = "4.5.3", features = ["derive"] }
criterion = "0.5.1"
crossbeam-channel = "0.5"
ctrlc = "3.4"

[features]
metrics = []
Expand Down
Loading

0 comments on commit 0b5adc8

Please sign in to comment.