[package] name = "liboj-seccomp" version = "0.1.0" authors = ["hr567 "] edition = "2018" description = "libseccomp binding for liboj" license = "MIT" build = "build.rs" [dependencies] nix = "0.17.0" [build-dependencies] bindgen = "0.53.2" lazy_static = "1.4.0"