libthermite 0.5.0-beta

Crate for managing Northstar mods
Documentation
# thermite
Rust crate for managing Northstar and interacting with Thunderstore

### v0.4.0
- move exported functions from crate root to `prelude` module
- add `manifest.json` and `thunderstore_author.txt` to installed packages
- add optional sanity check for install function
- add `find_mods` function
- add `enabledmods.json` support
- remove `Ctx`, `LocalIndex`, `LocalMod` `Cache`, `CachedMod`


### v0.3.4
- fix panic for missing `enclosed_name` when installing mods
- fix mod dependencies missing

### v0.3.3
- fix StripPrefixError panic
- ensure temp directories are cleaned up