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

Must this be included in main.rs for every crate or can be added in some common library? #166

Open
user8555 opened this issue Jan 30, 2021 · 0 comments

Comments

@user8555
Copy link

I've 5 crates (having main.rs) all depending on a lib (having lib.rs). Is it sufficient for me to add it in lib.rs or do I need to add it at top of all main.rs?

My goal is to ensure that it gets used in all projects consistently without much effort.

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

No branches or pull requests

1 participant