diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -24,3 +24,9 @@ shared_functions = { path = "rola-utils/functions" } shared_macros = { path = "rola-utils/macros" } rola-bucket = { path = "rola-bucket" } rola-draft = { path = "rola-draft" } + +[workspace.dependencies.tokio] +version = "1.52.3" +features = [ + "fs" +] |
