arti/tor-retry/Cargo.toml

15 lines
405 B
TOML

[package]
name = "tor-retry"
version = "0.0.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Helpers to retry fallable operations, used by Tor"
keywords = [ "tor", "arti", "async", "retry" ]
[dependencies]
anyhow = "1.0.38"