Fixup keywords in all Cargo.toml files
This commit is contained in:
parent
472445a9a5
commit
9294fb9fd1
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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/"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue