Cargo.toml 285 B

1234567891011121314
  1. [package]
  2. name = "libdatachannel_signaling_server_example"
  3. version = "0.1.0"
  4. authors = ["Paul-Louis Ageneau"]
  5. edition = "2018"
  6. [dependencies]
  7. tokio = { version = "*", features = ["full"] }
  8. tungstenite = "*"
  9. tokio-tungstenite = "*"
  10. futures-util = "*"
  11. futures-channel = "*"
  12. json = "*"