Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit a80eb65

Browse files
committed
Update derive subcrate
1 parent d295c1b commit a80eb65

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ repository = "https://github.com/yatima-inc/sp-multihash"
1212
documentation = "https://docs.rs/sp-multihash"
1313
description = "Multihash library for `no_std` use within Substrate"
1414
keywords = ["multihash", "no-std"]
15-
categories = ["no-std"]
1615

1716
[features]
1817
default = ["derive", "multihash-impl", "secure-hashes"]

Diff for: derive/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
name = "sp-multihash-derive"
33
version = "0.1.0"
44
edition = "2018"
5+
authors = ["Samuel Burnham <[email protected]>"]
6+
license = "MIT"
7+
repository = "https://github.com/yatima-inc/sp-multihash"
8+
description = "Proc macro for deriving custom sp-multihash tables"
59

610
[lib]
711
proc-macro = true

0 commit comments

Comments
 (0)