aboutsummaryrefslogtreecommitdiff
path: root/rtic-channel/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-channel/Cargo.toml')
-rw-r--r--rtic-channel/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/rtic-channel/Cargo.toml b/rtic-channel/Cargo.toml
new file mode 100644
index 0000000..8962352
--- /dev/null
+++ b/rtic-channel/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "rtic-channel"
+version = "1.0.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+heapless = "0.7"
+critical-section = "1"
+
+
+[features]
+default = []
+testing = ["critical-section/std"]