verethiel 0.2.0

CLI tool to verify, sort and diff i18n JSON files against a base template
1
2
3
4
5
use std::path::PathBuf;

pub(crate) fn verify_templates(base: PathBuf, source: PathBuf, recursive: bool) {
    (_, _, _) = (base, source, recursive);
}