Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on Cargo #41

Open
JanLikar opened this issue Dec 26, 2021 · 1 comment
Open

Remove dependency on Cargo #41

JanLikar opened this issue Dec 26, 2021 · 1 comment

Comments

@JanLikar
Copy link
Owner

JanLikar commented Dec 26, 2021

Depending on Cargo makes the build time unreasonable.

Last time I heard it Cargo team was not too keen on including cargo-clone into Cargo, that's why it doesn't make sense anymore to depend on Cargo.

Everything we use Cargo for could be re-implemented with minimal dependencies. Alternatively, we could call the cargo binary to perform some of the tasks.

@JanLikar
Copy link
Owner Author

JanLikar commented Mar 3, 2024

This could be implemented using tame-index or crates-index

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant