From 429c4a30f447f21028032bd81f2c9bbd980fff08 Mon Sep 17 00:00:00 2001 From: Toshit Chawda Date: Wed, 7 Feb 2024 19:46:03 -0800 Subject: [PATCH] fix readme in Cargo.toml --- wisp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wisp/Cargo.toml b/wisp/Cargo.toml index 5c14cb4..3241aac 100644 --- a/wisp/Cargo.toml +++ b/wisp/Cargo.toml @@ -5,7 +5,7 @@ license = "AGPL-3.0-only" description = "A library for easily creating Wisp servers and clients." homepage = "https://github.com/MercuryWorkshop/epoxy-tls/tree/multiplexed/wisp" repository = "https://github.com/MercuryWorkshop/epoxy-tls/tree/multiplexed/wisp" -readme = "https://github.com/MercuryWorkshop/epoxy-tls/tree/multiplexed/wisp/README.md" +readme = "README.md" edition = "2021" [dependencies]