Commit 920539bb authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Missing fields in tor-units/Cargo.toml.

parent b7743607
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]
+2 −0
Original line number Diff line number Diff line
@@ -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