We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab21ae commit 46f68e5Copy full SHA for 46f68e5
Cargo.toml
@@ -23,6 +23,13 @@ env_logger = "0.7.1"
23
futures = "0.3.0"
24
25
26
+[profile.dev]
27
+opt-level = 0
28
+
29
+[profile.release]
30
+opt-level = 3
31
32
33
[lib]
34
name = "replicator"
35
path = "src/lib.rs"
@@ -36,6 +43,6 @@ path = "src/main.rs"
36
43
name = "producer"
37
44
path = "src/producer.rs"
38
45
39
-[[bin]]
40
-name = "watcher"
41
-path = "src/watcher.rs"
46
+# [[bin]]
47
+# name = "watcher"
48
+# path = "src/watcher.rs"
0 commit comments