aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9aec749..3c3ddf3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ Generates an ebuild for a package using the in-tree eclasses.
travis-ci = { repository = "cardoe/cargo-ebuild" }
[dependencies]
-cargo = "^0.19"
-rustc-serialize = "^0.3"
+cargo = "^0.21"
+serde = "1"
+serde_derive = "1"
time = "^0.1"