Loading retry-error/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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] Loading tor-units/Cargo.toml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
retry-error/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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] Loading
tor-units/Cargo.toml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading