Skip to content

Commit

Permalink
fix ICE ping_pong.rs example
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 11, 2024
1 parent ab3f5d5 commit 877fd65
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 344 deletions.
13 changes: 8 additions & 5 deletions rtc-ice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@ regex = "1.10.3"
env_logger = "0.11.3"
chrono = "0.4.35"
ipnet = "2.9.0"
clap = "4.5.2"
clap = { version = "4.5.2", features = ["derive"] }
lazy_static = "1.4.0"
hyper = { version = "0.14.28", features = ["full"] }
sha1 = "0.10.6"
waitgroup = "0.1.2"
serde_json = "1.0.114"
tokio = { version = "1.36", features = ["full"] }
futures = "0.3.30"
ctrlc = "3.4"

#[[example]]
#name = "ping_pong"
#path = "examples/ping_pong.rs"
#bench = false
[[example]]
name = "ping_pong"
path = "examples/ping_pong.rs"
bench = false
Loading

0 comments on commit 877fd65

Please sign in to comment.