From 677383c18ff3a5484c966a0c49ca8a0841f5fece Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Thu, 9 Oct 2025 11:14:19 +0200 Subject: [PATCH] Include README.md in published crate Fixes: #208 --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0d97351..3427f71 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" description = "Generic low-overhead message exchange with cryptographic integrity protection" repository = "https://github.com/google/glome" +readme = "../README.md" license = "Apache-2.0" categories = ["authentication", "cryptography", "no-std"]