diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-02-21 13:21:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-21 13:21:51 -0500 |
| commit | bd640bc7e6a946dec4477afc64d8083e372660f6 (patch) | |
| tree | cb08b999ad594dc0796fa1fefc588c0b86083066 /cli/Cargo.toml | |
| parent | 754b8c65ad5adda2961c667a6b64ab59c130111d (diff) | |
feat: Deno.fsEvents() (#3452)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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"] } |
