Commits

Ankit Aggarwal committed 9a85ffc9a27
Migrate manifest loading from TOML to JSON This commits migrates the dumping and loading of manifest files from toml to JSON. This doesn't have any net overall effect but the TOML parser can be removed now since it was only added because JSON parsing wasn't available on Linux before.