From 511c48a03adee54aaadbefdeb2d2d521f6a45843 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 11 Jul 2021 18:12:26 -0700 Subject: Revert "Remove unstable native plugins (#10908)" This reverts commit 7dd4090c2a3dc0222fd6ff611eeb2bd69cd28224. --- runtime/ops/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/ops/mod.rs') diff --git a/runtime/ops/mod.rs b/runtime/ops/mod.rs index 7b0832618..c94020780 100644 --- a/runtime/ops/mod.rs +++ b/runtime/ops/mod.rs @@ -5,6 +5,7 @@ pub mod fs_events; pub mod io; pub mod os; pub mod permissions; +pub mod plugin; pub mod process; pub mod runtime; pub mod signal; -- cgit v1.2.3