-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hello, I wrote a testing library that I use on other projects. However, the problem is that it should only used for the development phase of the code and shouldn't be contained in the final vendored library.
One practical example is:
I have the testing library that I use on my command-line parser library. I want to use the command-line parser library on the testing library too, but now I can't because it would download a copy of itself.
Do you have workarounds for this or is it just not supported right now?
Thanks a lot for this awesome tool!
Metadata
Metadata
Assignees
Labels
No labels