Skip to content

Commit

Permalink
fix(build): add crates.io metadata for falco_plugin_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gnosek committed Oct 24, 2024
1 parent c0462f9 commit 53c3b56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions falco_plugin_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "falco_plugin_runner"
version = "0.4.0"
edition = "2021"
license = "Apache-2.0"
description = "Pure-Rust runner for Falco plugins"
homepage = "https://falcosecurity.github.io/plugin-sdk-rs/falco_plugin_api/"
repository = "https://github.com/falcosecurity/plugin-sdk-rs"
keywords = ["falco", "security"]
categories = ["api-bindings"]

[dependencies]
anyhow = "1.0.89"
Expand Down

0 comments on commit 53c3b56

Please sign in to comment.