24 lines
593 B
TOML
24 lines
593 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.180"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
|
|
|
[[package]]
|
|
name = "libseccomp-sys"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60276e2d41bbb68b323e566047a1bfbf952050b157d8b5cdc74c07c1bf4ca3b6"
|
|
|
|
[[package]]
|
|
name = "seccomp_python"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"libc",
|
|
"libseccomp-sys",
|
|
]
|