Cargo.toml 305 B

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