put proc-macro attribute in the right place

This commit is contained in:
Terts Diepraam
2022-11-27 00:22:15 +01:00
parent 267b24342f
commit 1d22baae00
+3 -1
View File
@@ -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]