aboutsummaryrefslogtreecommitdiffstats
path: root/cms-seccomp/Cargo.toml
blob: 506fc65ddd417792d386003c71a51fccec85107a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- coding: utf-8 -*-

[package]
name = "cms-seccomp"
version = "0.1.0"
edition = "2021"
license = "GPL-2.0-or-later"
authors = [ "Michael Büsch <m@bues.ch>" ]
publish = false

[features]
default = []
# Include old syscalls in filters that are usually not used by modern libc.
oldsyscalls = []

[dependencies]
anyhow = "1"
libc = "0.2"
seccompiler = "0.4"

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface