chore: Rename bpf dir to ebpf

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
pull/528/head
Dave Tucker 7 months ago
parent d6dfd678f0
commit 022aff96aa

@ -15,9 +15,9 @@ members = [
"aya-log-ebpf-macros", "aya-log-ebpf-macros",
# ebpf crates # ebpf crates
"bpf/aya-bpf", "ebpf/aya-bpf",
"bpf/aya-bpf-bindings", "ebpf/aya-bpf-bindings",
"bpf/aya-log-ebpf", "ebpf/aya-log-ebpf",
"test/integration-ebpf", "test/integration-ebpf",
] ]

@ -18,4 +18,4 @@ quote = { workspace = true }
syn = { workspace = true, default-features = true, features = ["full"] } syn = { workspace = true, default-features = true, features = ["full"] }
[dev-dependencies] [dev-dependencies]
aya-bpf = { path = "../bpf/aya-bpf", version = "0.1.0", default-features = false } aya-bpf = { path = "../ebpf/aya-bpf", version = "0.1.0", default-features = false }

@ -9,8 +9,8 @@ homepage.workspace = true
edition.workspace = true edition.workspace = true
[dependencies] [dependencies]
aya-bpf = { path = "../../bpf/aya-bpf" } aya-bpf = { path = "../../ebpf/aya-bpf" }
aya-log-ebpf = { path = "../../bpf/aya-log-ebpf" } aya-log-ebpf = { path = "../../ebpf/aya-log-ebpf" }
[build-dependencies] [build-dependencies]
which = { workspace = true } which = { workspace = true }

Loading…
Cancel
Save