From 463ec7b5b7345b0d6161f3fca02bfd02a301539c Mon Sep 17 00:00:00 2001 From: wucke13 Date: Fri, 24 Feb 2023 12:51:56 +0100 Subject: [PATCH] add correct readme to `Cargo.toml` metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a5b73f2..eacd253 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0" description = "Build post-quantum-secure VPNs with WireGuard!" homepage = "https://rosenpass.eu/" repository = "https://github.com/rosenpass/rosenpass" +readme = "readme.md" [[bench]] name = "handshake"