diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -28,5 +28,8 @@ rola-draft = { path = "rola-draft" } [workspace.dependencies.tokio] version = "1.52.3" features = [ - "fs" + "fs", + "rt", + "rt-multi-thread", + "macros" ] |
