arti/tor-retry/Cargo.toml

15 lines
380 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
2021-03-17 18:13:26 +00:00
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Helpers to retry fallable operations, used by Tor"
2021-03-17 18:41:02 +00:00
keywords = [ "tor", "arti", "async", "retry" ]
[dependencies]
2021-01-13 13:14:28 +00:00
anyhow = "1.0.38"