summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--retry-error/Cargo.toml2
-rw-r--r--tor-units/Cargo.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/retry-error/Cargo.toml b/retry-error/Cargo.toml
index 38f7d1d50..e162ade5d 100644
--- a/retry-error/Cargo.toml
+++ b/retry-error/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "An error type for an operation that can fail more than once"
keywords = [ "tor", "arti", "async", "retry" ]
-categories = [ "algorithms" ]
+categories = [ "rust-patterns" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dev-dependencies]
diff --git a/tor-units/Cargo.toml b/tor-units/Cargo.toml
index 93e41569b..ae71f5d02 100644
--- a/tor-units/Cargo.toml
+++ b/tor-units/Cargo.toml
@@ -7,6 +7,8 @@ license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Provides macros for types which are constrained within a range, ensuring invalid values are unrepresentable."
keywords = [ "tor", "arti" ]
+repository="https://gitlab.torproject.org/tpo/core/arti.git/"
+categories = [ "rust-patterns" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html