From 7f6a3807c1ec43c35200b24c4b60d26fa9bfd8e9 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Sat, 4 Oct 2025 02:06:47 +0200 Subject: [PATCH] Add settings to disable test warnings to Cargo.toml --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a9ee5a3..cdbae3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,3 +23,11 @@ nrf-softdevice = { version = "0.1.0", features = ["defmt", "ble-peripheral", "bl nrf-softdevice-s112 = "0.1.2" panic-probe = { version = "0.3.2", features = ["print-defmt"] } static_cell = "2.1.0" + +[[bin]] +name = "commonsense" +path = "src/bin/temp_rh_measurement.rs" +test = false +doctest = false +bench = false +