From b6f6844ca7a83901d5558e58a33bf8e0b249e88d Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Fri, 10 Dec 2021 23:35:20 +0100 Subject: boxed_array_ringbuffer initial commit It's working, but crate level documentation is still lacking. --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8f0944e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "boxed_array_ringbuffer" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3