mirror of
https://github.com/xzcrpw/blackwall.git
synced 2026-05-20 15:55:12 +02:00
release: blackwall v1
This commit is contained in:
commit
e01b11f7ff
63 changed files with 11133 additions and 0 deletions
20
blackwall-ebpf/Cargo.toml
Normal file
20
blackwall-ebpf/Cargo.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[package]
|
||||
name = "blackwall-ebpf"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "blackwall-ebpf"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
common = { path = "../common", default-features = false }
|
||||
aya-ebpf = "0.1"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
panic = "abort"
|
||||
codegen-units = 1
|
||||
opt-level = 2
|
||||
strip = "none"
|
||||
debug = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue