Skip to content

Commit

Permalink
Revert "Update Cargo.toml"
Browse files Browse the repository at this point in the history
This reverts commit ad300bb.
  • Loading branch information
Antosser committed Nov 4, 2023
1 parent ad300bb commit 9b228c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,12 @@ serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
structopt = { version = "0.3.26", default-features = false }
termcolor = "1.1.3"
[dependencies.tokio]
version = "1.29.1"
features = [
tokio = { version = "1.29.1", features = [
"fs",
"rt-multi-thread",
"signal",
"macros",
]
] }
tokio-rustls = "0.23.4"
toml = "0.7.6"
size = "0.4.1"
Expand Down

0 comments on commit 9b228c9

Please sign in to comment.