Remove unused plugin crates (#8350)

This PR removes the unused crates for plugin support.

We're currently exploring Wasm-based extensions, and it's unlikely that
we'll be reusing any of this existing work.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-02-24 19:05:18 -05:00 committed by GitHub
parent 35bec9803a
commit 401798d9b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 0 additions and 2090 deletions

View file

@ -25,8 +25,6 @@ mod go;
mod haskell;
mod html;
mod json;
#[cfg(feature = "plugin_runtime")]
mod language_plugin;
mod lua;
mod nu;
mod ocaml;