File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ license = "Apache-3.0"
7
7
keywords = [" no_std" , " enums" ]
8
8
description = """ A minimalistic, `no_std` compatible trait and procedural macro \
9
9
for extracting discriminants from enums at zero cost.""""
10
+ documentation = " https://docs.rs/safe_discriminant_derive"
11
+ homepage = " https://docs.rs/safe_discriminant"
12
+ repository = " https://github.com/oddcoder/safe-discriminant"
13
+
10
14
[lib ]
11
15
proc-macro = true
12
16
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ license = "Apache-3.0"
7
7
keywords = [" no_std" , " enums" ]
8
8
description = """ A minimalistic, `no_std` compatible trait and procedural macro \
9
9
for extracting discriminants from enums at zero cost.""""
10
-
10
+ documentation = " https://docs.rs/safe_discriminant"
11
+ homepage = " https://docs.rs/safe_discriminant"
12
+ repository = " https://github.com/oddcoder/safe-discriminant"
11
13
[dependencies ]
12
14
safe-discriminant-derive = {workspace = true }
13
15
You can’t perform that action at this time.
0 commit comments