moxin-org / moxin

Moxin: an AI LLM platform in pure Rust
https://www.moxin.app
Apache License 2.0
134 stars 17 forks source link

Refactor repo into a non-virtual cargo workspace with a root package #93

Closed kevinaboos closed 3 months ago

kevinaboos commented 3 months ago

The old way of using a virtual workspace is incorrect for an application like this. It also prevents existing bundle tools (cargo-bundle) from working with Moxin because they all expect a root package to be defined.

Technically we don't even need a workspace at all for this repo, but I left it in just for the sake of posterity.