Skip to content

Commit

Permalink
chore(deps): specift tokio features
Browse files Browse the repository at this point in the history
  • Loading branch information
norskeld committed Mar 6, 2024
1 parent 38e62f3 commit 5679b7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 66 deletions.
65 changes: 0 additions & 65 deletions Cargo.lock

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

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ serde = "1.0.197"
serde_json = "1.0.114"
tabled = "0.15.0"
thiserror = "1.0.57"
tokio = { version = "1.36.0", features = ["full"] }
tokio = { version = "1.36.0", features = [
"rt-multi-thread",
"net",
"time",
"macros",
] }

[profile.release]
lto = "thin"
Expand Down

0 comments on commit 5679b7c

Please sign in to comment.