Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proof of concept for Plugin system (fixes #3562) #4695

Closed
wants to merge 16 commits into from
Prev Previous commit
Next Next commit
reduce deps
Nutomic committed May 6, 2024
commit ef76b48505661cea92d15cf46c40c9dc3496b746
18 changes: 0 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -207,8 +207,10 @@ clap = { workspace = true }
serde.workspace = true
actix-web-prom = "0.7.0"
actix-http = "3.6.0"
extism = "1.2.0"
extism-convert = "1.2.0"
extism = { version = "1.2.0", features = [
"register-filesystem",
], default-features = false }
extism-convert = { version = "1.2.0", default-features = false }

[dev-dependencies]
pretty_assertions = { workspace = true }