diff --git a/crates/obfs4/Cargo.toml b/crates/obfs4/Cargo.toml index 62884e8..324b6ba 100644 --- a/crates/obfs4/Cargo.toml +++ b/crates/obfs4/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Jack Wampler "] rust-version = "1.75" license = "MIT OR Apache-2.0" description = "Pure rust implementation of the obfs4 pluggable transport" -keywords = ["tor", "networking", "censorship", "circumvention", "pluggable", "transports"] +keywords = ["tor", "networking", "censorship", "circumvention", "pluggable-transport"] categories = ["network-programming", "cryptography"] repository = "https://github.com/jmwample/ptrs"