aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-12-05 12:17:07 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-12-05 12:17:07 +0100
commit2e427ab73fd82cb56111f89ace740934954b3675 (patch)
treea8f2f13422da8f683b49a70add0dc45cf5e12f3c
parent4ae7612284a216b1b6ce0ecdcccef8439dfa7fe4 (diff)
disable unused tokio rt feature
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ba6621..d3ae5a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,4 +14,4 @@ ringbuf = "0.3.3"
russh = "0.40.0"
russh-keys = "^0.40"
thiserror = "1.0"
-tokio = { version = "1.0", features = ["rt", "rt-multi-thread", "macros"] }
+tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }