summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-04-28 15:26:39 +0200
committerGitHub <noreply@github.com>2023-04-28 15:26:39 +0200
commit1289643f89b8ea42a8adcfbbcee34d3dbf5e7176 (patch)
tree11f49470d3e9d9db16f2537b91416c6eca7490da /Cargo.toml
parenta29c6533850d0543c2966d0743d3775d72657a15 (diff)
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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 = [