1 2 3 4 5 6
// Copyright 2025 Heath Stewart. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. fn main() { println!("cargo::rerun-if-changed=README.md"); }