You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/ebpf/aya-log-ebpf/Cargo.toml

18 lines
472 B
TOML

3 years ago
[package]
name = "aya-log-ebpf"
version = "0.1.0"
description = "Logging for eBPF programs"
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
edition.workspace = true
3 years ago
[dependencies]
aya-ebpf = { version = "^0.1.0", path = "../aya-ebpf" }
aya-log-common = { version = "0.1.14", path = "../../aya-log-common" }
aya-log-ebpf-macros = { version = "^0.1.0", path = "../../aya-log-ebpf-macros" }
3 years ago
[lib]
path = "src/lib.rs"