arti/tor-retry/Cargo.toml

12 lines
197 B
TOML
Raw Normal View History

[package]
name = "tor-retry"
version = "0.0.0"
authors = ["Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
2021-01-13 13:14:28 +00:00
anyhow = "1.0.38"