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

fix: rewrite the Cargo.toml parser via cargo-toml package #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

aminya
Copy link
Contributor

@aminya aminya commented Jul 31, 2024

This rewrites the Cargo.toml parser via the cargo-toml package. This removes a lot of complexity that is involved with parsing the dependency sets, which is already handled by the package. It allows the package to focus on what it needs to do.

It also fixes various warnings and deprecations and updates all the dependencies to the latest.

@aminya aminya changed the title fix: update dependencies to latest + fix deprecation and warnings fix: rewrite the Cargo.toml parser via cargo-toml package Jul 31, 2024
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.

1 participant