diff options
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ description = "An enterprise grocery management system" [workspace.dependencies] rocie-client = { path = "./crates/rocie-client" } +tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } [profile.profiling] inherits = "release" |
