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 +