From 1ffae651655746b95dd40207d91ba7c360b90c40 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Mon, 10 Sep 2018 20:40:03 -0700 Subject: Add remove(), removeAll(). and removeSync(), removeAllSync(). --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 68e680c71..12179ac6e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,6 +10,7 @@ extern crate url; #[macro_use] extern crate log; extern crate hyper_rustls; +extern crate remove_dir_all; extern crate ring; mod deno_dir; -- cgit v1.2.3