Ths PR prepares sim-lib to be published as a crate 🎉
Add MIT license to cargo
Rename sim-lib to simln-lib, because that seems like a more resaonsable crate name (?)
This PR does not rename sim-cli because there's no need to publish it as a crate (right now, I might pull some of the parsing stuff out because it's useful for folks building their own simulator) and this is a really annoying breaking change.
Ths PR prepares
sim-lib
to be published as a crate 🎉sim-lib
tosimln-lib
, because that seems like a more resaonsable crate name (?)This PR does not rename
sim-cli
because there's no need to publish it as a crate (right now, I might pull some of the parsing stuff out because it's useful for folks building their own simulator) and this is a really annoying breaking change.