On 2015-02-01 00:31, Philip Stuckey wrote:

I'm new to this, so I'm not sure if this is a dumb question but:

Can I use dub to add a dependency to a project, something like
dub add [<project>] <dependency>
which would fetch the required project and add it's name to the dependency field of the current project

No, I don't think so. It kind of works the opposite way. You add the
dependency to the dub.json file and then run "dub" which will fetch the
dependencies and build the project.

/Jacob Carlborg