From 0861351ab34188cb2ed71ee865f463d80019b165 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sun, 23 Feb 2025 05:50:22 +0200 Subject: [PATCH] added author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4af0975..a3bb143 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Rust wrapper for Facebook's RocksDB embeddable database, fork for version = "0.21.0-ngpreview.7" edition = "2018" rust-version = "1.60" -authors = ["Tyler Neely ", "David Greenberg "] +authors = ["Tyler Neely ", "David Greenberg ", "Niko PLP "] repository = "https://git.nextgraph.org/NextGraph/rust-rocksdb" license = "Apache-2.0" categories = [ "database" ]