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

feat: support parsing cargo.lock #42

Merged
merged 1 commit into from
Mar 7, 2022
Merged

feat: support parsing cargo.lock #42

merged 1 commit into from
Mar 7, 2022

Conversation

G-Rath
Copy link
Owner

@G-Rath G-Rath commented Mar 7, 2022

I've never build anything with Rust, but this seems fine - once thing I noticed was it looks like Cargo includes the root package in it's lock, which means the detector checks that too but I don't see that as a big deal (especially given there's nothing we can do about it, since we don't know the name of the root package so can't filter it out without requiring more input from the user).

Resolves #32

@G-Rath G-Rath merged commit 86aec84 into main Mar 7, 2022
@G-Rath G-Rath deleted the support-cargo branch March 7, 2022 19:05
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 this pull request may close these issues.

Support cargo.lock / rust
1 participant