summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/Cargo.toml
blob: d9a9f589f6ead071ab1bb89625af856c8b42945e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "tor-linkspec"
version = "0.0.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Parts of the Tor protocol that indicate specific relays on the network"
keywords = [ "tor", "arti" ]
categories = [ "network-programming" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"

[dependencies]
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"}
tor-bytes = { path="../tor-bytes", version = "0.0.3"}
tor-protover = { path="../tor-protover", version = "0.0.3"}

[dev-dependencies]
hex-literal = "0.3"