Skip to content

Commit 174f7e5

Browse files
committed
Auto merge of #1674 - kornelski:blockchains, r=carols10cents
Add Cryptocurrencies category As described in #1475, there are many crates related to cryptocurrencies, which don't have a better category than cryptography.
2 parents 7f07091 + 2524aab commit 174f7e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/boot/categories.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ description = """
9898
Algorithms intended for securing data.\
9999
"""
100100

101+
[cryptography.categories.cryptocurrencies]
102+
name = "Cryptocurrencies"
103+
description = """
104+
Crates for digital currencies, wallets, and distributed ledgers.\
105+
"""
106+
101107
[database]
102108
name = "Database interfaces"
103109
description = """

0 commit comments

Comments
 (0)