fipsified fmt (https://github.com/fmtlib/fmt)
fips build system: https://github.com/floooh/fips
Add the dependency to your fips.yml file:
imports:
fips-fmt:
git: https://github.com/deadwanderer/fips-fmt
Use fmt as dependency in your targets:
fips_begin_*(...)
...
fips_deps(fmt)
fips_end_*(...)