From 1d22baae009ceae7dba083dc1ff13282c4b4a52b Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sun, 27 Nov 2022 00:22:15 +0100 Subject: [PATCH] put proc-macro attribute in the right place --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be03c9c..e4fe0e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,6 @@ name = "uutils-args" version = "0.1.0" edition = "2021" -proc-macro = true authors = ["Terts Diepraam"] license = "MIT" @@ -10,4 +9,7 @@ homepage = "https://github.com/tertsdiepraam/uutils-args" repository = "https://github.com/tertsdiepraam/uutils-args" readme = "README.md" +[lib] +proc-macro = true + [dependencies]