I've made a #rust packaging issue for "magic-cap" with tags for "good first issue" -- can we convert our Org-Mode README.org into Markdown for cargo "during" build?

https://github.com/magic-cap/magic-cap/issues/15

(I mean, we could just one-time run pandoc on it and write markdown by hand after that, but I kind of like Org-Mode for this)

README.org -> markdown · Issue #15 · magic-cap/magic-cap

Crates.io only supports markdown. We have an Org-Mode README. Either we give up on Org-Mode, or do some build-stuff so that making a release converts the README to Markdown so cargo can package it.

GitHub