1 2 3 4 5 6
// SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com> // SPDX-License-Identifier: GPL-3.0-or-later fn main() { system_deps::Config::new().probe().unwrap(); }