smartcalc-tauri 0.0.3

Text based calculator for peoples supported in Tauri
Documentation
1
2
3
4
5
6
7
8
9
10
/*
 * smartcalc v1.0.8
 * Copyright (c) Erhan BARIS (Ruslan Ognyanov Asenov)
 * Licensed under the GNU General Public License v2.0.
 */


fn main() {
    println!("cargo:rerun-if-changed=json/config.json");
}