pmt: fix std::filesystem exceptions

This commit is contained in:
2025-08-11 12:29:21 +03:00
parent 295e890324
commit b76b79ba07
4 changed files with 148 additions and 3 deletions

View File

@@ -30,3 +30,4 @@ Detailed usage instructions and option references can be found in the [USAGE.md]
## Credits
- [CLI11: Command line parser for C++11](https://github.com/CLIUtils/CLI11)
- [PicoSHA2: A header-file-only, SHA256 hash generator in C++](https://github.com/okdshin/PicoSHA2)