diff --git a/{{project-name}}-ebpf/Cargo.toml b/{{project-name}}-ebpf/Cargo.toml index 93ecc69..6b7c3e9 100644 --- a/{{project-name}}-ebpf/Cargo.toml +++ b/{{project-name}}-ebpf/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] aya-bpf = { git = "https://github.com/aya-rs/aya", branch = "main" } -aya-log-ebpf = { git = "https://github.com/aya-rs/aya-log", branch = "main" } +aya-log-ebpf = { git = "https://github.com/aya-rs/aya", branch = "main" } {{ project-name }}-common = { path = "../{{ project-name }}-common" } [[bin]]