From 2524aab9b1cb72f6de22477b37fdd71d39043677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kornel=20Lesi=C5=84ski?= Date: Sun, 17 Mar 2019 18:34:33 +0000 Subject: [PATCH] Add Cryptocurrencies category --- src/boot/categories.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/boot/categories.toml b/src/boot/categories.toml index 6d7a35d608b..30094e8f3e6 100644 --- a/src/boot/categories.toml +++ b/src/boot/categories.toml @@ -98,6 +98,12 @@ description = """ Algorithms intended for securing data.\ """ +[cryptography.categories.cryptocurrencies] +name = "Cryptocurrencies" +description = """ +Crates for digital currencies, wallets, and distributed ledgers.\ +""" + [database] name = "Database interfaces" description = """