summaryrefslogtreecommitdiff
path: root/crates/retry-error/Cargo.toml
blob: d23927b12ed9b6d54346a00ede1492ee81c8842e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "retry-error"
version = "0.1.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "An error type for an operation that can fail more than once"
keywords = [ "tor", "arti", "async", "retry" ]
categories = [ "rust-patterns" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"

[dev-dependencies]

anyhow = "1.0.23"