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
397 B
TOML
18 lines
397 B
TOML
[package]
|
|
name = "aya-log-common"
|
|
version = "0.1.13"
|
|
description = "A logging library for eBPF programs."
|
|
keywords = ["bpf", "ebpf", "log", "logging"]
|
|
documentation = "https://docs.rs/aya-log"
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
num_enum = { workspace = true }
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|