From 6a16da248feaf0490940c7f21d34c444b579383a Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 12 Dec 2021 20:44:54 +0100 Subject: Minor --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1245050..292a0f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = ["Andreas Grois"] rust-version = "1.56" -description = "A ring buffer of fixed size, that uses a boxed array as storage, therefore avoiding re-allocations when converting from Vec or to VecDeque" +description = "A ring buffer of fixed size, that uses a boxed array as storage, therefore avoiding re-allocations when converting from Vec or to VecDeque." repository = "https://github.com/soulsource/boxed_array_ringbuffer" license = "MIT" keywords = ["ringbuffer", "fixed-size"] -- cgit v1.2.3