mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
15 lines
244 B
TOML
15 lines
244 B
TOML
[package]
|
|
name = "blazesym-example"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
libbpf-rs = "0.24"
|
|
blazesym = "0.2.0-rc.4"
|
|
anyhow = "1.0"
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
libc = "0.2"
|
|
plain = "0.2"
|
|
|
|
[build-dependencies]
|