]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_errors/Cargo.toml
Rollup merge of #67313 - oli-obk:document_all_the_t̶h̶i̶n̶g̶s̶dataflow, r=ecstatic...
[rust.git] / src / librustc_errors / Cargo.toml
index 32f121f18f68970053915cbd25d77124194c9dc3..0d0989677c58589baadc231051cf9f494ec58e6e 100644 (file)
@@ -12,9 +12,10 @@ doctest = false
 [dependencies]
 log = "0.4"
 rustc_serialize = { path = "../libserialize", package = "serialize" }
-syntax_pos = { path = "../libsyntax_pos" }
+rustc_span = { path = "../librustc_span" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 unicode-width = "0.1.4"
 atty = "0.2"
 termcolor = "1.0"
 annotate-snippets = "0.6.1"
+term_size = "0.3.1"