File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ version = "0.1.0"
44edition = " 2018"
55description = " Static type information, giving a form of compile-time reflection"
66license = " MIT"
7+ repository = " https://github.com/DuckLogic/rust-static-reflect"
8+ readme = " README.md"
79
810[dependencies ]
911# Optional: Support for zerogc
Original file line number Diff line number Diff line change 22name = " static-reflect-derive-internals"
33version = " 0.1.0"
44edition = " 2018"
5- publish = false
5+ license = " MIT"
6+ description = " The internal implementation of procedural derive for `static-reflect`"
7+ repository = " https://github.com/DuckLogic/rust-static-reflect"
68
79[dependencies ]
810itertools = " 0.9.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " static-reflect-derive"
3- description = " Automatic derive for static-reflect"
3+ description = " Procedural derive for static-reflect"
44version = " 0.1.0"
55edition = " 2018"
66license = " MIT"
7+ repository = " https://github.com/DuckLogic/rust-static-reflect"
8+
79
810[lib ]
911proc-macro = true
You can’t perform that action at this time.
0 commit comments