Reformat tor-error/Cargo.toml

This commit is contained in:
Nick Mathewson 2022-03-31 12:34:07 -04:00
parent e6c6628adb
commit a044d4bcfe
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Provides the unified type-erased error type returned my many (esp. high-level) Tor APIs."
keywords = [ "tor", "arti" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
categories = [ "tor" ]
keywords = ["tor", "arti"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
categories = ["tor"]
[features]
default = ["backtrace"]