{
  craneLib,
  src,
  lib,
}:

craneLib.taploFmt {
  src = lib.sources.sourceFilesBySuffices src [ ".toml" ];
  # taplo arguments can be further customized below as needed
  # taploExtraArgs = "--config ./taplo.toml";
}