mk 0.1.15

Yet another simple task runner 🦀
Documentation
1
2
3
4
5
disallowed-methods = [
    { path = "std::path::Path::display", reason = "incorrect handling of non-Unicode paths, use path.to_utf8() or debug (`{path:?}`) instead" },
]
allow-unwrap-in-tests = true
msrv = "1.77.2"