From ab9b980041a1602c349a5dbdf31854416d2810e5 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Thu, 6 Nov 2014 07:25:09 -0800 Subject: [PATCH] rust update for libgreen dependency. --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2a11129c0..2372a7b91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,8 @@ debugmozjs = ['mozjs-sys/debugmozjs'] git = "https://github.com/servo/mozjs" +[dependencies.green] +git = "https://github.com/alexcrichton/green-rs" + +[dependencies.rustuv] +git = "https://github.com/alexcrichton/green-rs"