You've already forked uutils-args
mirror of
https://github.com/uutils/uutils-args.git
synced 2026-06-10 16:13:08 -07:00
put proc-macro attribute in the right place
This commit is contained in:
+3
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user