From bd640bc7e6a946dec4477afc64d8083e372660f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 21 Feb 2020 13:21:51 -0500 Subject: feat: Deno.fsEvents() (#3452) --- cli/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6055523c0..b70826d72 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -43,6 +43,7 @@ indexmap = "1.3.0" lazy_static = "1.4.0" libc = "0.2.66" log = "0.4.8" +notify = { version = "5.0.0-pre.2" } rand = "0.7.2" regex = "1.3.1" remove_dir_all = "0.5.2" @@ -53,7 +54,7 @@ serde = { version = "1.0.104", features = ["derive"] } serde_derive = "1.0.104" serde_json = { version = "1.0.44", features = [ "preserve_order" ] } source-map-mappings = "0.5.0" -sys-info = "0.5.8" +sys-info = "=0.5.8" # 0.5.9 seems to be broken on windows. tempfile = "3.1.0" termcolor = "1.0.5" tokio = { version = "0.2", features = ["rt-core", "tcp", "udp", "process", "fs", "blocking", "sync", "io-std", "macros", "time"] } -- cgit v1.2.3