File: debcargo.toml

package info (click to toggle)
rust-libbpf-cargo 0.25.0~beta.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 360 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
overlay = "."
uploaders = ["Sudip Mukherjee <sudipm.mukherjee@gmail.com>"]
collapse_features = true
allow_prerelease_deps = true

[packages.bin]
section = "devel"
description = """
libbpf-cargo helps develop and build eBPF (BPF) programs with standard
rust tooling.
"""

[packages.lib]
test_is_broken = true