I refactored my Micropub Publisher app extensively and published it tonight as two separate Cargo crates:
- mplib, which is a Micropub publishing library
- 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.