mirror of
https://github.com/aya-rs/aya.git
synced 2026-03-03 18:23:55 +01:00
- 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>
24 lines
491 B
TOML
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"
|