From 4513c6626a34f737482c102825be7c2ca1b43eff Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 23 Jun 2021 18:20:26 +0200 Subject: initial commit --- symbolmacro/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 symbolmacro/Cargo.toml (limited to 'symbolmacro/Cargo.toml') 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 "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[lib] +proc-macro = true + +[dependencies] -- cgit v1.2.3