aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-22 18:51:44 +0000
committerGitHub <[email protected]>2021-03-22 18:51:44 +0000
commit77cf4135158d4844399ad8386bf86da7e22b63ff (patch)
tree2de426f462447479ecb8109f2f4b7a9d40c42cdb
parentetc: Link to development page (diff)
downloadwhirl-77cf4135158d4844399ad8386bf86da7e22b63ff.tar.xz
whirl-77cf4135158d4844399ad8386bf86da7e22b63ff.zip
format: Correct TCP dependency label position
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e0ae04e..69c8cb8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,8 +16,8 @@ publish = false
[dependencies]
# TCP
-
mio = "0.6"
+
# Logging
log = "0.4.14"
pretty_env_logger = "0.4.0"