arti/tor-linkspec/Cargo.toml

17 lines
413 B
TOML
Raw Normal View History

[package]
name = "tor-linkspec"
version = "0.0.0"
authors = ["Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false
2021-03-17 18:13:26 +00:00
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
[dependencies]
tor-llcrypto = { path="../tor-llcrypto" }
tor-bytes = { path="../tor-bytes" }
tor-protover = { path="../tor-protover" }
2020-09-23 21:47:37 +01:00
[dev-dependencies]
2020-09-26 19:20:28 +01:00
hex-literal = "0.3.1"