summaryrefslogtreecommitdiff
path: root/ds100-macro/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ds100-macro/Cargo.toml')
-rw-r--r--ds100-macro/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ds100-macro/Cargo.toml b/ds100-macro/Cargo.toml
new file mode 100644
index 0000000..1b1f7ee
--- /dev/null
+++ b/ds100-macro/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "ds100-macro"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[lib]
+proc-macro = true
+
+[dependencies]