From e36610c0b1ba53a3d7fb4faeb1a4ef7075552433 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Thu, 1 May 2025 17:02:40 +0300 Subject: [PATCH] keywords for ngcli --- ngcli/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ngcli/Cargo.toml b/ngcli/Cargo.toml index 345c4dd..6808527 100644 --- a/ngcli/Cargo.toml +++ b/ngcli/Cargo.toml @@ -8,7 +8,9 @@ license.workspace = true authors.workspace = true repository.workspace = true homepage.workspace = true -keywords.workspace = true +keywords = [ +"crdt","decentralized","cli","local-first","p2p" +] documentation.workspace = true rust-version.workspace = true