udp: move tokio-udp into tokio-net (#1459)

This commit is contained in:
Carl Lerche
2019-08-16 07:26:10 -07:00
committed by GitHub
parent d8b23ef852
commit ce7e60e396
16 changed files with 46 additions and 27 deletions
-1
View File
@@ -13,5 +13,4 @@ tokio-signal = { path = "tokio-signal" }
tokio-sync = { path = "tokio-sync" }
tokio-timer = { path = "tokio-timer" }
tokio-tls = { path = "tokio-tls" }
tokio-udp = { path = "tokio-udp" }
tokio-uds = { path = "tokio-uds" }