Signed-off-by: Dave Tucker <[email protected]>
@@ -15,9 +15,9 @@ members = [
"aya-log-ebpf-macros",
# ebpf crates
- "bpf/aya-bpf",
- "bpf/aya-bpf-bindings",
- "bpf/aya-log-ebpf",
+ "ebpf/aya-bpf",
+ "ebpf/aya-bpf-bindings",
+ "ebpf/aya-log-ebpf",
"test/integration-ebpf",
]
@@ -18,4 +18,4 @@ quote = { workspace = true }
syn = { workspace = true, default-features = true, features = ["full"] }
[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
[dependencies]
-aya-bpf = { path = "../../bpf/aya-bpf" }
-aya-log-ebpf = { path = "../../bpf/aya-log-ebpf" }
+aya-bpf = { path = "../../ebpf/aya-bpf" }
+aya-log-ebpf = { path = "../../ebpf/aya-log-ebpf" }
[build-dependencies]
which = { workspace = true }