Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Esteban Borai <[email protected]>
  • Loading branch information
Antosser and EstebanBorai committed Nov 4, 2023
1 parent e6410e0 commit ad300bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
structopt = { version = "0.3.26", default-features = false }
termcolor = "1.1.3"
tokio = { version = "1.29.1", features = [
[dependencies.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 ad300bb

Please sign in to comment.