1
0
mirror of https://github.com/containers/youki synced 2024-11-23 17:32:15 +01:00
youki/seccomp/Cargo.toml
Travis Sturzl 02b8f772bb
Check libseccomp is available at correct version on build (#367)
* check libseccomp version before build, better build output
2021-10-05 22:45:29 -07:00

15 lines
256 B
INI

[package]
name = "seccomp"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
build = "build.rs"
[dependencies]
libc = "0.2.84"
[build-dependencies]
pkg-config = "0.3.20"