aboutsummaryrefslogtreecommitdiff
path: root/rtic-timer/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-timer/Cargo.toml')
-rw-r--r--rtic-timer/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/rtic-timer/Cargo.toml b/rtic-timer/Cargo.toml
deleted file mode 100644
index b7b3a5f..0000000
--- a/rtic-timer/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[package]
-name = "rtic-timer"
-version = "1.0.0"
-edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-critical-section = "1"
-futures-util = { version = "0.3.25", default-features = false }