fix cargo.toml for new dependency
This commit is contained in:
parent
93e44432e1
commit
944dc4aa65
1 changed files with 1 additions and 0 deletions
|
@ -10,4 +10,5 @@ crate-type = ["dylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
fmt_macros = { path = "../libfmt_macros" }
|
fmt_macros = { path = "../libfmt_macros" }
|
||||||
|
log = { path = "../liblog" }
|
||||||
syntax = { path = "../libsyntax" }
|
syntax = { path = "../libsyntax" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue