From 1289643f89b8ea42a8adcfbbcee34d3dbf5e7176 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 28 Apr 2023 15:26:39 +0200 Subject: feat(plugins): update and render plugins asynchronously (#2410) * working-ish minus a few race conditions * relax atomicity * various refactoringz * remove commented out code * clarify some stuffs * refactor(plugins): move PluginMap and friends to a different file * refactor(plugins): move zellij_exports and friends to a different file * style(fmt): rustfmt * fix(e2e): adjust tests for flakiness async loading --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f01e8f90d..484bacf2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,6 +28,7 @@ suggest = "0.4" insta = { version = "1.6.0", features = ["backtrace"] } ssh2 = "0.9.1" rand = "0.8.0" +regex = "1.8.1" [workspace] members = [ -- cgit v1.2.3