mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
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:
parent
b9a57531ea
commit
540d218885
5 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue