-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
move binary to src #3
Comments
Is it possible to specify dependencies for the binary only? |
Can you explain a bit more why you think that is? |
@vks No. |
Well, then I see why you need two (BTW, |
See rust-lang/cargo#1982 for implementing binary-only dependencies in Cargo. |
I don't feel any compelling urge to do this. If |
I don't know what the motivation for having the binary in its own directory with its own
Cargo.toml
is, but I think it makes more sense to just movemain.rs
tosrc
and delete the other files.The text was updated successfully, but these errors were encountered: