pandora_box 0.4.6

Pandora's Box: A helper for SydBox, a ptrace & seccomp based sandbox to make sandboxing practical
Documentation
//
// pandora: Sydbox's Dump Inspector & Profile Writer
// build.rs: Helper file for build-time information
//
// Copyright (c) 2021 Ali Polatel <alip@exherbo.org>
//
// SPDX-License-Identifier: GPL-3.0-or-later

fn main() {
    built::write_built_file().expect("Failed to acquire build-time information");
}