From d595d2f8175a3b3d8ea4d4e3f84c6517a71123b1 Mon Sep 17 00:00:00 2001 From: Akira Hayakawa Date: Sat, 19 Oct 2024 17:30:11 +0900 Subject: [PATCH] Update Cargo.toml --- sorock/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorock/Cargo.toml b/sorock/Cargo.toml index d8028187..4357f9e1 100644 --- a/sorock/Cargo.toml +++ b/sorock/Cargo.toml @@ -4,7 +4,7 @@ version = "0.11.0" authors = ["Akira Hayakawa "] edition = "2021" license = "MIT" -description = "A Multi-Raft implementation in Rust language." +description = "A Multi-Raft implementation in Rust" repository = "https://github.com/akiradeveloper/sorock" readme = "../README.md" categories = ["algorithms"]