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