summaryrefslogtreecommitdiff
path: root/crates/oneshot-fused-workaround/Cargo.toml
blob: ed0eb47c69183a836eb3b351b168223b97826f52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "oneshot-fused-workaround"
version = "0.3.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.85.1"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Fused wrapper for futures::channel::oneshot"
keywords = ["tor", "arti"]
# We must put *something* here and this will do
categories = ["rust-patterns"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"

[dependencies]
futures = "0.3.14"

[features]
full = []