arti/tor-checkable/Cargo.toml

18 lines
440 B
TOML
Raw Normal View History

[package]
name = "tor-checkable"
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"
description = "Types to ensure that signed or time-bound data is validated before use"
[dependencies]
2020-09-10 00:17:49 +01:00
tor-llcrypto = { path="../tor-llcrypto", version = "*" }
2021-01-13 13:17:14 +00:00
signature = "1.3.0"
2021-02-19 14:39:23 +00:00
thiserror = "1.0.24"
2020-09-10 00:17:49 +01:00