agenttest 0.3.1

Helper crate for agent integration tests
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "agenttest"
description = "Helper crate for agent integration tests"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true

[dependencies]
anyhow.workspace = true
libbpf-rs.workspace = true
libc.workspace = true
tempfile.workspace = true
plain.workspace = true

[build-dependencies]
libbpf-cargo.workspace = true