I refactored my Micropub Publisher app extensively and published it tonight as two separate Cargo crates:

  1. mplib, which is a Micropub publishing library
  2. mpcli, which is a command-line app for publishing blog posts via Micropub

I still need to figure out how to generate binaries for all platforms.