Make devtools depend on plugins.

This commit is contained in:
Ms2ger 2015-09-02 19:51:03 +02:00
parent 1257a33394
commit 0decdaaf99
5 changed files with 7 additions and 0 deletions

View file

@ -20,6 +20,9 @@ path = "../msg"
[dependencies.util]
path = "../util"
[dependencies.plugins]
path = "../plugins"
[dependencies.ipc-channel]
git = "https://github.com/pcwalton/ipc-channel"