Skip to content
Snippets Groups Projects
Commit 3c9093f2 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

tor-netdoc: reformat cargo.toml.

This is the default vscode format, and seems popular elsewhere.
This commit does nothing but reformat.
parent da82c763
No related branches found
No related tags found
No related merge requests found
......@@ -6,15 +6,15 @@ edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Network document formats used with the Tor protocols."
keywords = [ "tor", "arti" ]
categories = [ "parser-implementations" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
keywords = ["tor", "arti"]
categories = ["parser-implementations"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = []
# Enable code to build the objects that represent different network documents.
build_docs = [ "rand" ]
build_docs = ["rand"]
# Enable the "router descriptor" document type, which is needed by relays and
# bridge clients.
......@@ -30,12 +30,12 @@ ns_consensus = []
experimental-api = []
[dependencies]
tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
tor-bytes = { path="../tor-bytes", version = "0.1.0"}
tor-cert = { path="../tor-cert", version = "0.1.0"}
tor-protover = { path="../tor-protover", version = "0.1.0"}
tor-checkable = { path="../tor-checkable", version = "0.1.0"}
tor-error = { path="../tor-error", version = "0.1.0"}
tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0" }
tor-bytes = { path = "../tor-bytes", version = "0.1.0" }
tor-cert = { path = "../tor-cert", version = "0.1.0" }
tor-protover = { path = "../tor-protover", version = "0.1.0" }
tor-checkable = { path = "../tor-checkable", version = "0.1.0" }
tor-error = { path = "../tor-error", version = "0.1.0" }
base64 = "0.13.0"
bitflags = "1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment