-
Notifications
You must be signed in to change notification settings - Fork 0
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 unnecessary dependencies #5
Comments
Current dependency tree
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The crate
pretty_env_logger
was added ad-hoc for momentary logging needs. A custom, non-fancy logger can be used since in most cases detailed logging within the crate is not required as much as clear, structured reporting to the user. Colors and formatting can be achieved by leveragingcolored
, ortermcolor
crates.Moreover, certain tertiary dependencies like
atty
have introduced security alerts.The dependencies need to be culled after careful consideration.
The text was updated successfully, but these errors were encountered: