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"