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]