rust/chg/Cargo.toml
changeset 44736 8685add122ff
parent 44688 1f5ab1a9363d
child 44737 e9e44e61042b
--- a/rust/chg/Cargo.toml	Mon Apr 20 14:37:10 2020 -0700
+++ b/rust/chg/Cargo.toml	Fri Apr 10 21:44:46 2020 +0900
@@ -6,6 +6,9 @@
 license = "GPL-2.0+"
 edition = "2018"
 
+# TODO: enable auto discovery
+autobins = false
+
 [dependencies]
 bytes = "0.4"
 futures = "0.1"