Skip to content

Commit

Permalink
add tokio rt and time feature
Browse files Browse the repository at this point in the history
Signed-off-by: Vrtgs <[email protected]>
  • Loading branch information
Vrtgs committed Aug 30, 2024
1 parent d0fced7 commit 9fea870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thirtyfour/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ thirtyfour-macros = { path = "../thirtyfour-macros", version = "0.1.3", optional
thiserror = "1.0.63"
arc-swap = "1"
tokio = { version = "1", features = [
"rt",
"macros",
"time",
"io-util",
"sync",
] }
Expand Down

0 comments on commit 9fea870

Please sign in to comment.