[package] name = "oneshot-fused-workaround" version = "0.2.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2021" rust-version = "1.77" 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 = []