Skip to content

Commit 9680c35

Browse files
committed
Streamline tokio features
1 parent 816f510 commit 9680c35

2 files changed

Lines changed: 26 additions & 27 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

litterbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ron = "0.12"
1818
argon2 = "0.5"
1919
env_logger = "0.11"
2020
log = "0.4"
21-
tokio = { version = "1", features = ["full"] }
21+
tokio = { version = "1", features = ["rt", "process", "signal"] }
2222
tokio-stream = { version = "0.1", features = ["net"] }
2323
eframe = "0.33"
2424
egui_extras = { version="0.33", features=["svg"] }

0 commit comments

Comments
 (0)