summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-25 04:33:41 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-25 04:33:41 +0100
commitdae3d42264b7d1ebb7f7b1b3967d866c49135401 (patch)
treece3320f88ed634e8b02f5965fb29be02a92225ea /Cargo.toml
parent411ef1c654cf9d41f06bdbd9e8c2a7985e117a17 (diff)
downloaddumbswitch-dae3d42264b7d1ebb7f7b1b3967d866c49135401.tar.gz
dumbswitch-dae3d42264b7d1ebb7f7b1b3967d866c49135401.tar.bz2
dumbswitch-dae3d42264b7d1ebb7f7b1b3967d866c49135401.tar.lz
dumbswitch-dae3d42264b7d1ebb7f7b1b3967d866c49135401.zip

feat: things

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"