From 1e1ca03a3a62ea9b802f4070ea4bce002eeb4bec Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 9 Jan 2025 11:58:16 +0100 Subject: [PATCH] Add crate descriptions Crates without descriptions cannot be published. --- extensions/chunked/Cargo.toml | 1 + extensions/fs-info/Cargo.toml | 1 + extensions/hkdf/Cargo.toml | 1 + extensions/hpke/Cargo.toml | 1 + extensions/manage/Cargo.toml | 1 + extensions/wrap-key-to-file/Cargo.toml | 1 + 6 files changed, 6 insertions(+) diff --git a/extensions/chunked/Cargo.toml b/extensions/chunked/Cargo.toml index dde694c..b387e65 100644 --- a/extensions/chunked/Cargo.toml +++ b/extensions/chunked/Cargo.toml @@ -4,6 +4,7 @@ [package] name = "trussed-chunked" version = "0.2.0" +description = "extension with chunked file operations for trussed" authors.workspace = true edition.workspace = true repository.workspace = true diff --git a/extensions/fs-info/Cargo.toml b/extensions/fs-info/Cargo.toml index 5427d13..337120c 100644 --- a/extensions/fs-info/Cargo.toml +++ b/extensions/fs-info/Cargo.toml @@ -4,6 +4,7 @@ [package] name = "trussed-fs-info" version = "0.2.0" +description = "extension providing filesystem metadata for trussed" authors.workspace = true edition.workspace = true repository.workspace = true diff --git a/extensions/hkdf/Cargo.toml b/extensions/hkdf/Cargo.toml index 2053213..95e1487 100644 --- a/extensions/hkdf/Cargo.toml +++ b/extensions/hkdf/Cargo.toml @@ -4,6 +4,7 @@ [package] name = "trussed-hkdf" version = "0.3.0" +description = "HKDF extension for trussed" authors.workspace = true edition.workspace = true repository.workspace = true diff --git a/extensions/hpke/Cargo.toml b/extensions/hpke/Cargo.toml index ac3353c..d20c05a 100644 --- a/extensions/hpke/Cargo.toml +++ b/extensions/hpke/Cargo.toml @@ -4,6 +4,7 @@ [package] name = "trussed-hpke" version = "0.2.0" +description = "HPKE extension for trussed" authors.workspace = true edition.workspace = true repository.workspace = true diff --git a/extensions/manage/Cargo.toml b/extensions/manage/Cargo.toml index 17d8ea1..2530e19 100644 --- a/extensions/manage/Cargo.toml +++ b/extensions/manage/Cargo.toml @@ -4,6 +4,7 @@ [package] name = "trussed-manage" version = "0.2.0" +description = "management extension for trussed" authors.workspace = true edition.workspace = true repository.workspace = true diff --git a/extensions/wrap-key-to-file/Cargo.toml b/extensions/wrap-key-to-file/Cargo.toml index 841dce6..9bcb1f7 100644 --- a/extensions/wrap-key-to-file/Cargo.toml +++ b/extensions/wrap-key-to-file/Cargo.toml @@ -4,6 +4,7 @@ [package] name = "trussed-wrap-key-to-file" version = "0.2.0" +description = "extension for wrapping large keys to the filesystem with trussed" authors.workspace = true edition.workspace = true repository.workspace = true