compile on latest openssl
parent
21bd9dc065
commit
7aec740306
File diff suppressed because it is too large
Load Diff
|
@ -7,19 +7,19 @@ edition = "2018"
|
|||
[dependencies]
|
||||
argparse = "0.2.2"
|
||||
bytes = "1"
|
||||
byteorder = "1.2"
|
||||
byteorder = "1.5"
|
||||
futures = { version = "0.3", features = ["compat", "io-compat"] }
|
||||
toml = "0.5"
|
||||
toml = "0.8"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-util = { version = "0.6", features = ["codec"] }
|
||||
tokio-util = { version = "0.6.10", features = ["codec"] }
|
||||
tokio-native-tls = "0.3"
|
||||
native-tls = "0.2"
|
||||
mumble-protocol = { version = "0.4", features = ["webrtc-extensions"] }
|
||||
tokio-tungstenite = "0.13"
|
||||
http = "0.2"
|
||||
tungstenite = "0.12"
|
||||
rtp = { git = "https://github.com/johni0702/rtp", rev = "6c0223d", features = ["rfc5764-openssl"] }
|
||||
rtp = { git = "https://git.danksquad.org/anon/rtp", branch = "dtls-srtp", features = ["rfc5764-openssl"] }
|
||||
libnice = "0.3"
|
||||
webrtc-sdp = "0.3"
|
||||
openssl = "0.10"
|
||||
|
|
Loading…
Reference in New Issue