File tree 3 files changed +8
-2
lines changed
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"
4
4
edition = " 2018"
5
5
description = " Static type information, giving a form of compile-time reflection"
6
6
license = " MIT"
7
+ repository = " https://github.com/DuckLogic/rust-static-reflect"
8
+ readme = " README.md"
7
9
8
10
[dependencies ]
9
11
# Optional: Support for zerogc
Original file line number Diff line number Diff line change 2
2
name = " static-reflect-derive-internals"
3
3
version = " 0.1.0"
4
4
edition = " 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"
6
8
7
9
[dependencies ]
8
10
itertools = " 0.9.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " static-reflect-derive"
3
- description = " Automatic derive for static-reflect"
3
+ description = " Procedural derive for static-reflect"
4
4
version = " 0.1.0"
5
5
edition = " 2018"
6
6
license = " MIT"
7
+ repository = " https://github.com/DuckLogic/rust-static-reflect"
8
+
7
9
8
10
[lib ]
9
11
proc-macro = true
You can’t perform that action at this time.
0 commit comments