mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-03 13:30:44 +00:00
24cb8a417c
* refactor: separate schema generation to its own binary, go back to lib-bin setup Decided it might be nicer to separate the schema generation bit to its own binary. This does mean that we have to go back to the lib-bin system, as otherwise passing shared code is _really_ hard. * handle versioning * run fmt