arti/tor-cert/Cargo.toml

20 lines
403 B
TOML
Raw Normal View History

[package]
name = "tor-cert"
version = "0.0.0"
authors = ["Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
caret = { path="../caret" }
tor-llcrypto = { path="../tor-llcrypto" }
tor-bytes = { path="../tor-bytes" }
tor-checkable = { path="../tor-checkable" }
2020-09-10 00:17:49 +01:00
digest = "0.9.0"
2020-09-10 00:17:49 +01:00
signature = "1.2.2"
[dev-dependencies]
base64 = "0.12.3"