// // rcshell: Plan9 rc shell in Rust // build.rs: Helper file for build-time information // // Copyright (c) 2024 Ali Polatel // // SPDX-License-Identifier: GPL-3.0-or-later fn main() { built::write_built_file().expect("Failed to acquire build-time information"); }