summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1928b16..da4a122 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,10 @@ version = "0.1.0"
name = "dumbswitch"
path = "./src/bin/main.rs"
+[[bin]]
+name = "btn-test"
+path = "./src/bin/btn-test.rs"
+
[dependencies]
critical-section = "1.2.0"
embedded-io = "0.6.1"