From 9294fb9fd16dfc1212363f40d51b94c660493cac Mon Sep 17 00:00:00 2001 From: onyinyang Date: Thu, 23 Nov 2023 11:57:04 -0500 Subject: [PATCH] Fixup keywords in all Cargo.toml files --- crates/lox-distributor/Cargo.toml | 2 +- crates/lox-library/Cargo.toml | 2 +- crates/lox-utils/Cargo.toml | 2 +- crates/lox-wasm/Cargo.toml | 2 +- crates/rdsys-backend-api/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/lox-distributor/Cargo.toml b/crates/lox-distributor/Cargo.toml index 0d34843..4752582 100644 --- a/crates/lox-distributor/Cargo.toml +++ b/crates/lox-distributor/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.65.0" license = "MIT" homepage = "https://gitlab.torproject.org/tpo/anti-censorship/lox/-/wikis/home" description = "Tool for receving Tor bridges from rdsys and distributing them to users" -keywords = ["tor", "lox", "bridges","censorship-resistance"] +keywords = ["tor", "lox", "bridges","anti-censorship", "distributor"] categories = ["web-programming::http-server"] repository = "https://gitlab.torproject.org/tpo/anti-censorship/lox/-/tree/main/crates/lox-distributor" readme = "README.md" diff --git a/crates/lox-library/Cargo.toml b/crates/lox-library/Cargo.toml index 9797dcb..2989f44 100644 --- a/crates/lox-library/Cargo.toml +++ b/crates/lox-library/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.65.0" license = "MIT" homepage = "https://gitlab.torproject.org/tpo/anti-censorship/lox/-/wikis/home" description = "Main Lox library with protocols and functions that that make up Lox" -keywords = ["tor", "lox", "bridge-distribution","censorship-resistance"] +keywords = ["tor", "lox", "bridges","anti-censorship", "anonymous-cred"] categories = ["cryptography"] repository = "https://gitlab.torproject.org/tpo/anti-censorship/lox/-/tree/main/crates/lox-library" readme = "README.md" diff --git a/crates/lox-utils/Cargo.toml b/crates/lox-utils/Cargo.toml index d4804af..7c32b6e 100644 --- a/crates/lox-utils/Cargo.toml +++ b/crates/lox-utils/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" rust-version = "1.65" homepage = "https://gitlab.torproject.org/tpo/anti-censorship/lox/-/wikis/home" description = "General helpers used by Lox" -keywords = ["tor", "lox"] +keywords = ["tor", "lox", "utilities"] categories = ["rust-patterns"] repository = "https://gitlab.torproject.org/tpo/anti-censorship/lox.git/" diff --git a/crates/lox-wasm/Cargo.toml b/crates/lox-wasm/Cargo.toml index 53e919e..c12bf72 100644 --- a/crates/lox-wasm/Cargo.toml +++ b/crates/lox-wasm/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "WASM bindings for lox" license = "MIT" homepage = "https://gitlab.torproject.org/tpo/anti-censorship/lox/-/wikis/home" -keywords = ["tor", "lox", "bridges","censorship-resistance"] +keywords = ["tor", "lox", "bridges","anti-censorship", "wasm"] categories = ["wasm", "web-programming::http-client","external-ffi-bindings"] repository = "https://gitlab.torproject.org/tpo/anti-censorship/lox/-/tree/main/crates/lox-wasm" readme = "README.md" diff --git a/crates/rdsys-backend-api/Cargo.toml b/crates/rdsys-backend-api/Cargo.toml index 378f5ef..bd957d6 100644 --- a/crates/rdsys-backend-api/Cargo.toml +++ b/crates/rdsys-backend-api/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "MIT" description = "A backend API to receive resources from rdsys" homepage = "https://gitlab.torproject.org/tpo/anti-censorship/lox/-/wikis/home" -keywords = ["tor", "lox", "bridges","censorship-resistance"] +keywords = ["tor", "lox", "bridges","anti-censorship", "API"] categories = ["api-bindings", "encoding"] repository = "https://gitlab.torproject.org/tpo/anti-censorship/lox/-/tree/main/crates/rdsys-backend-api" readme = "README.md"