Skip to content

Commit

Permalink
fix cargo.toml for new dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Mar 25, 2016
1 parent 93e4443 commit 944dc4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsyntax_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ crate-type = ["dylib"]

[dependencies]
fmt_macros = { path = "../libfmt_macros" }
log = { path = "../liblog" }
syntax = { path = "../libsyntax" }

0 comments on commit 944dc4a

Please sign in to comment.