From 5f6a5cd8195b4cd54cc81ecd6978b00ac7c90c97 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 31 Jul 2022 00:14:47 +0200 Subject: hacky hack json --- ds100-macro/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ds100-macro/Cargo.toml (limited to 'ds100-macro/Cargo.toml') 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] -- cgit v1.2.3