From 7e5594f905c7c626632244efa3f454c926e4b0f6 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sun, 24 Sep 2023 18:57:20 +0200 Subject: [PATCH] fix crate name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce8de9b..47c7421 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "reqwest_backoff" +name = "reqwest-backoff" version = "0.1.0" edition = "2021"