"mmgen/models/architectures/vscode:/vscode.git/clone" did not exist on "b7536f78b8574f78c30bc1603be632dabfff5541"
chore: Don't depend on openssl (#292)
This makes the Rust parts all use ring / rustls library instead of local install of openssl. It's a step on the journey to being statically linked. Pieces: - `tokenizers` and `mistralrs` now support rustls (mistralrs by default, tokenizers with feature flag). - Move shared dependencies up into workspace - New `rand` crate has some renames for future rust - Ensure the dependency doesn't creep back in by enforcing it with cargo deny.
Showing
Please register or sign in to comment