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

[Feature] Possibly remove libcargo dependency? #69

Closed
oxalica opened this issue Oct 19, 2022 · 0 comments · Fixed by #70
Closed

[Feature] Possibly remove libcargo dependency? #69

oxalica opened this issue Oct 19, 2022 · 0 comments · Fixed by #70

Comments

@oxalica
Copy link
Contributor

oxalica commented Oct 19, 2022

cargo library is heavy and hard to compile (#50 #51). I don't think the main functionality, disassembling, has anything to do with openssl and libgit dependencies.

Since we are a cargo subcommand, the cargo binary is almost always available through CARGO env var (which may be from package manager) . Could we just using the CLI interface of cargo without pulling the library, or is there anything can only work with libcargo?

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

Successfully merging a pull request may close this issue.

1 participant