summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index d659c943d..bfb02c3da 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -13,9 +13,11 @@ repository = "https://github.com/denoland/deno"
[lib]
path = "lib.rs"
-[[bin]]
-name = "snapshot_creator"
-path = "snapshot_creator.rs"
+# NOTE: The ninja build of snapshot_creator gets clobbered by 'cargo build' if
+# the following is added. This breaks incremental 'cargo build'.
+# [[bin]]
+# name = "snapshot_creator"
+# path = "snapshot_creator.rs"
[dependencies]
futures = "0.1.28"