Switch task_info to use modern Cargo tools.

This commit is contained in:
Jack Moffitt 2015-05-29 17:38:48 -06:00
parent bf4fc6f388
commit 29fcdce5e0
9 changed files with 22 additions and 64 deletions

View file

@ -1178,6 +1178,9 @@ dependencies = [
[[package]]
name = "task_info"
version = "0.0.1"
dependencies = [
"gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "tempdir"