fix cargo.toml for new dependency

This commit is contained in:
Niko Matsakis 2016-03-25 14:39:24 -04:00
parent 93e44432e1
commit 944dc4aa65
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ crate-type = ["dylib"]
[dependencies]
fmt_macros = { path = "../libfmt_macros" }
log = { path = "../liblog" }
syntax = { path = "../libsyntax" }