From 0a079c25a365b98c0eb21902d6ecb4d09cb19e3a Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Sun, 2 Oct 2016 14:37:14 -0500 Subject: drop the use of rustache Technically we don't need the features of rustache so don't pull it in as a dependency to simplify things. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 18bf0b4..ebd06fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,4 @@ Generates an ebuild for a package using the in-tree eclasses. [dependencies] cargo = "0.10" -rustache = "~0.0.3" -rustc-serialize = "0.3" +rustc-serialize = "^0.3" -- cgit v1.2.3-65-gdbad