From 243e29798649cc9f3c3d04a54dbfa04167795c92 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sun, 19 May 2024 17:54:37 +0300 Subject: [PATCH] cargo keyword --- nextgraph/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextgraph/Cargo.toml b/nextgraph/Cargo.toml index 77630e5..f27e0e1 100644 --- a/nextgraph/Cargo.toml +++ b/nextgraph/Cargo.toml @@ -8,7 +8,7 @@ license.workspace = true authors.workspace = true repository.workspace = true homepage.workspace = true -keywords.workspace = true +keywords = [ "crdt","e2ee","local-first","p2p","semantic-web" ] documentation.workspace = true rust-version.workspace = true