From 94a19ea4327b7ec7de30c95b055f4867ccaa259d Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Tue, 19 Mar 2024 20:06:17 +0100 Subject: [PATCH] name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77e08c3..6e3b68b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "value_log" +name = "value-log" description = "Value log implementation for key-value separated LSM storage" license = "MIT OR Apache-2.0" version = "0.0.1"