13 lines
174 B
TOML
13 lines
174 B
TOML
[package]
|
|
name = "seccomp_python"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "python"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
libc = "0.2.180"
|
|
libseccomp-sys = "0.3.0"
|