Skip to content

Commit

Permalink
remove honeypot
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskaliX committed Jul 21, 2023
1 parent ac48da9 commit aa65c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
3 changes: 2 additions & 1 deletion plugins/eguard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ edition = "2021"

[features]
debug = ["sdk/debug"]
static = ["libbpf-rs/static"]

[dependencies]
anyhow = "1.0"
libbpf-rs = { version = "0.21.1"}
libbpf-rs = {version = "0.21.1", features=["static", "novendor"]}
libc = "0.2.0"
plain = "0.2"
time = { version = "0.3", features = ["formatting", "local-offset", "macros"]}
Expand Down
20 changes: 0 additions & 20 deletions plugins/honeypot/README.md

This file was deleted.

0 comments on commit aa65c26

Please sign in to comment.