Skip to content

Commit

Permalink
Merge pull request #20 from flatcar/dongsu/tokio-slim-features
Browse files Browse the repository at this point in the history
Cargo: optimize feature flags of tokio
  • Loading branch information
dongsupark authored Oct 25, 2023
2 parents 30dab6d + ae88512 commit f0ad33c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
50 changes: 0 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
reqwest = "0.11"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] }
uuid = "1.2"
sha2 = "0.10"
url = "2"
Expand Down

0 comments on commit f0ad33c

Please sign in to comment.