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

[package]
name = "cms-seccomp"
version = "1.0.0"
edition = { workspace = true }
license = { workspace = true }
authors = { workspace = true }
publish = false

[dependencies]
anyhow = { workspace = true }
libc = { workspace = true }
seccompiler = { workspace = true }

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