jja 0.3.1

swiss army knife for chess file formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
//
// jja: swiss army knife for chess file formats
// build.rs: Helper file for build-time information
//
// Copyright (c) 2021 Ali Polatel <alip@exherbo.org>
//
// SPDX-License-Identifier: GPL-3.0-or-later

fn main() {
    built::write_built_file().expect("Failed to acquire build-time information");
}