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: add more features to reduce dependencies #239

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Jan 7, 2025

When importing sub crates directly (like artifacts) we don't need regex, walkdir, and other deps.

No functional changes intended.

Comment on lines +48 to +52
async = ["dep:tokio"]
project-util = ["dep:tempfile", "dep:fs_extra"]
regex = ["dep:regex"]
svm-solc = ["dep:svm", "dep:tokio"]
async = ["dep:tokio"]
walkdir = ["dep:walkdir"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense

@DaniPopes DaniPopes merged commit 55f0e01 into main Jan 7, 2025
15 checks passed
@DaniPopes DaniPopes deleted the dani/more-features branch January 7, 2025 22:37
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.

2 participants