6 lines
94 B
Rust
6 lines
94 B
Rust
fn main() -> anyhow::Result<()> {
|
|
pkg_config::probe_library("libseccomp")?;
|
|
|
|
Ok(())
|
|
}
|