From ec6c19b23f2e681cabceacf0aea2f21081bf35c2 Mon Sep 17 00:00:00 2001 From: giuseppe-g-gelardi Date: Fri, 13 Dec 2024 08:40:02 -0500 Subject: [PATCH] update cargo toml --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e3c3622..99c5a77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,16 @@ name = "cargobase" version = "0.1.1" edition = "2021" +authors = ["Giuseppe Gelardi "] +license = "MIT" +description = "A local, in-memory, and file-based key-value store." +homepage = "https://github.com/giuseppe-g-gelardi/cargobase" +repository = "https://github.com/giuseppe-g-gelardi/cargobase" +documentation = "TODO: https://docs.rs/cargobase" +readme = "README.md" +keywords = ["key-value", "store", "database", "in-memory", "file-based", "utility", "local", "rust"] +categories = ["data-management", "development-tools", "utilities", "database"] +edition = "2021" [dependencies] serde = { version = "1.0.215", features = ["derive"] }