aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-03-04 21:10:24 +0000
committerGitHub <noreply@github.com>2023-03-04 21:10:24 +0000
commit7c7d6558f6d9c50fbb4d2487c98c9a5be15f2f7b (patch)
tree80a47f0dc40059014e9448c4c2eb34c54dff45fe /macros/Cargo.toml
parent1c5db277e4161470136dbd2a11e914ff1d383581 (diff)
parent98c5490d94950608d31cd5ad9dd260f2f853735c (diff)
Merge #694
694: RTIC 2 r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
deleted file mode 100644
index c3f0561..0000000
--- a/macros/Cargo.toml
+++ /dev/null
@@ -1,28 +0,0 @@
-[package]
-authors = [
- "The Real-Time Interrupt-driven Concurrency developers",
- "Jorge Aparicio <jorge@japaric.io>",
-]
-categories = ["concurrency", "embedded", "no-std"]
-description = "Procedural macros of the cortex-m-rtic crate"
-documentation = "https://rtic-rs.github.io/cortex-m-rtic/api/cortex_m_rtic"
-edition = "2021"
-keywords = ["arm", "cortex-m"]
-license = "MIT OR Apache-2.0"
-name = "cortex-m-rtic-macros"
-readme = "../README.md"
-repository = "https://github.com/rtic-rs/cortex-m-rtic"
-version = "1.1.6"
-
-[lib]
-proc-macro = true
-
-[dependencies]
-proc-macro2 = "1"
-proc-macro-error = "1"
-quote = "1"
-syn = "1"
-rtic-syntax = "1.0.3"
-
-[features]
-debugprint = []