include-file 0.4.0

Include sections of files into Rust source code
Documentation
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");
}