From 39c2c9542a26093dab8db294e44b67320975259c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=83=D1=85=D0=B0=D1=80=D0=B8=D0=BA?= <65870+suhr@users.noreply.github.com> Date: Wed, 7 Oct 2020 10:31:28 +0300 Subject: [PATCH] refactor: add necessary fields to `Cargo.toml`s --- tox_binary_io/Cargo.toml | 1 + tox_crypto/Cargo.toml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/tox_binary_io/Cargo.toml b/tox_binary_io/Cargo.toml index f76f674ff..5a80c5c73 100644 --- a/tox_binary_io/Cargo.toml +++ b/tox_binary_io/Cargo.toml @@ -8,6 +8,7 @@ authors = [ "Evgeny Kurnevsky ", "Сухарик <65870+suhr@users.noreply.github.com>" ] +description = "I/O traits for tox" documentation = "https://docs.rs/tox_binary_io/" repository = "https://github.com/tox-rs/tox/" license = "GPL-3.0+" diff --git a/tox_crypto/Cargo.toml b/tox_crypto/Cargo.toml index 3717bf6cb..f3221a334 100644 --- a/tox_crypto/Cargo.toml +++ b/tox_crypto/Cargo.toml @@ -11,6 +11,9 @@ authors = [ description = "Cryptography used by tox" documentation = "https://docs.rs/tox_crypto/" repository = "https://github.com/tox-rs/tox/" +keywords = ["tox", "toxcore", "crypto"] +categories = ["multimedia"] +license = "GPL-3.0+" edition = "2018" [dependencies]