trim dependencies
This commit is contained in:
parent
8a40070b8a
commit
1bcc864344
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -823,7 +823,6 @@ dependencies = [
|
||||
"log",
|
||||
"mylog",
|
||||
"once_cell",
|
||||
"parking_lot",
|
||||
"pin-project",
|
||||
"pretty-hex",
|
||||
"rtcp",
|
||||
|
@ -27,12 +27,12 @@ rtp-rs = "0.5.0"
|
||||
rtsp-types = { git = "https://github.com/sdroege/rtsp-types" }
|
||||
sdp = "0.1.3"
|
||||
smallvec = { version = "1.6.1", features = ["union"] }
|
||||
structopt = "0.3.21"
|
||||
time = "0.1.43"
|
||||
tokio = { version = "1.5.0", features = ["full", "parking_lot"] }
|
||||
tokio = { version = "1.5.0", features = ["macros", "net", "time"] }
|
||||
tokio-util = { version = "0.6.6", features = ["codec"] }
|
||||
url = "2.2.1"
|
||||
|
||||
[dev-dependencies]
|
||||
mylog = { git = "https://github.com/scottlamb/mylog" }
|
||||
parking_lot = "0.11.0"
|
||||
structopt = "0.3.21"
|
||||
tokio = { version = "1.5.0", features = ["fs", "io-util", "macros", "parking_lot", "rt-multi-thread", "signal"] }
|
||||
|
Loading…
Reference in New Issue
Block a user