Skip to content

Commit 46f68e5

Browse files
committed
Disable watchers bin.
1 parent 6ab21ae commit 46f68e5

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Cargo.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ env_logger = "0.7.1"
2323
futures = "0.3.0"
2424

2525

26+
[profile.dev]
27+
opt-level = 0
28+
29+
[profile.release]
30+
opt-level = 3
31+
32+
2633
[lib]
2734
name = "replicator"
2835
path = "src/lib.rs"
@@ -36,6 +43,6 @@ path = "src/main.rs"
3643
name = "producer"
3744
path = "src/producer.rs"
3845

39-
[[bin]]
40-
name = "watcher"
41-
path = "src/watcher.rs"
46+
# [[bin]]
47+
# name = "watcher"
48+
# path = "src/watcher.rs"

0 commit comments

Comments
 (0)