diff options
| -rw-r--r-- | mullvad-fs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-fs/Cargo.toml b/mullvad-fs/Cargo.toml index 5ebe3512a7..666dc4eac5 100644 --- a/mullvad-fs/Cargo.toml +++ b/mullvad-fs/Cargo.toml @@ -10,7 +10,7 @@ publish.workspace = true [dependencies] log = "0.4" -tokio = { workspace = true, features = ["fs"] } +tokio = { workspace = true, features = ["fs", "rt"] } uuid = { version = "1.4.1", features = ["v4"] } talpid-types = { path = "../talpid-types" } |
