Files
aya-mirror/aya-log-parser/Cargo.toml
Tamir Duberstein d238b2ea6f Release crates
- aya v0.13.2
- aya-build v0.1.3
- aya-ebpf v0.1.2
- aya-ebpf-bindings v0.1.2
- aya-ebpf-cty v0.2.3
- aya-ebpf-macros v0.1.2
- aya-log v0.2.2
- aya-log-common v0.1.16
- aya-log-ebpf v0.1.2
- aya-log-ebpf-macros v0.1.1
- aya-log-parser v0.1.14
- aya-obj v0.2.2

Signed-off-by: Tamir Duberstein <tamird@gmail.com>
2025-11-17 14:51:14 -05:00

24 lines
491 B
TOML

[package]
description = "A parser for the aya log format strings"
name = "aya-log-parser"
version = "0.1.14"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
[lints]
workspace = true
[dependencies]
aya-log-common = { path = "../aya-log-common", version = "^0.1.16", default-features = false }
[dev-dependencies]
assert_matches = { workspace = true }
[lib]
path = "src/lib.rs"