Skip to content

Commit

Permalink
add tokio process flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Redhawk18 committed Jul 13, 2024
1 parent ed8feff commit 7b5edab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pretty_env_logger = "0.5"
rfd = { version = "0.13", features = ["xdg-portal", "tokio"], default-features = false}
slotmap = "1.0"
snafu = "0.8"
tokio = { version = "1", features = ["fs", "tracing"] }
tokio = { version = "1", features = ["fs", "process", "tracing"] }
tokio-util = { version = "0.7", features = ["compat"] }
tower = "0.4"

Expand Down

0 comments on commit 7b5edab

Please sign in to comment.