Editing toml files:
- tomllib in stdlib, can't write toml at all.
- toml, can write toml, blows away all formatting, comments and can't do inline tables
- tomlkit seems like it can do inline tables, takes a lot of code.
I guess I should have been using `tomlkit` everywhere not `toml`