summaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
authorJacob Rosenthal <jacobrosenthal@gmail.com>2020-09-14 17:22:08 -0700
committerJacob Rosenthal <jacobrosenthal@gmail.com>2020-09-14 17:22:08 -0700
commit9034bd5988ff2718a69ad66a1ca10f68caac02a3 (patch)
treef5f4a329808da78ddc6f476d0fbb87904354350c /examples/Cargo.toml
parenta76161ea6427f8856ad950e75d0abfd20566a180 (diff)
downloadnrf-softdevice-9034bd5988ff2718a69ad66a1ca10f68caac02a3.zip
impl sd_temp_get
Diffstat (limited to 'examples/Cargo.toml')
-rw-r--r--examples/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index 49c5316..6aab637 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -27,6 +27,8 @@ nrf-softdevice-s140 = { version = "0.1.1", path = "../nrf-softdevice-s140" }
static-executor = { version = "0.1.0", features=["defmt"]}
static-executor-cortex-m = { version = "0.1.0" }
futures = { version = "0.3.5", default-features = false }
+fixed = "1.2.0"
+
[[bin]]
name = "rtic"