From ea9ed8e5defe2ded5344001a17d665eb80bab7e0 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sun, 19 May 2024 17:27:16 +0300 Subject: [PATCH] cargo kwywords --- ng-net/Cargo.toml | 2 +- ng-storage-rocksdb/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ng-net/Cargo.toml b/ng-net/Cargo.toml index 21dfb01..539439d 100644 --- a/ng-net/Cargo.toml +++ b/ng-net/Cargo.toml @@ -9,7 +9,7 @@ license.workspace = true authors.workspace = true repository.workspace = true homepage.workspace = true -keywords.workspace = true +keywords = ["crdt","e2ee","local-first","p2p","self-hosted"] documentation.workspace = true rust-version.workspace = true diff --git a/ng-storage-rocksdb/Cargo.toml b/ng-storage-rocksdb/Cargo.toml index 5642847..fa1adc6 100644 --- a/ng-storage-rocksdb/Cargo.toml +++ b/ng-storage-rocksdb/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","database"] documentation.workspace = true rust-version.workspace = true