mirror of https://github.com/aya-rs/aya
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.
18 lines
472 B
TOML
18 lines
472 B
TOML
[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
|
|
|
|
[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" }
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|