Declare dependencies on text_writer.

Transitive dependencies being available is considered a bug:
https://github.com/rust-lang/cargo/issues/1037
This commit is contained in:
Simon Sapin 2014-12-21 10:36:31 +00:00
parent b9a57531ea
commit 540d218885
5 changed files with 11 additions and 0 deletions

View file

@ -30,3 +30,6 @@ git = "https://github.com/servo/rust-url"
[dependencies.time]
git = "https://github.com/rust-lang/time"
[dependencies]
text_writer = "0.1.1"