Loading Cargo.lock +1 −0 Original line number Diff line number Diff line Loading @@ -4976,6 +4976,7 @@ dependencies = [ "educe", "futures", "futures-await-test", "oneshot-fused-workaround", "pin-project", "postage", "tokio", Loading crates/tor-async-utils/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] educe = "0.4.6" futures = "0.3.14" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.21.0" } pin-project = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } void = "1" Loading crates/tor-async-utils/src/lib.rs +2 −0 Original line number Diff line number Diff line Loading @@ -56,3 +56,5 @@ pub use prepare_send::{SinkPrepareExt, SinkPrepareSendFuture, SinkSendable}; pub use sinkext::SinkExt; pub use watch::{DropNotifyEofSignallable, DropNotifyWatchSender, PostageWatchSenderExt}; pub use oneshot_fused_workaround as oneshot; Loading
Cargo.lock +1 −0 Original line number Diff line number Diff line Loading @@ -4976,6 +4976,7 @@ dependencies = [ "educe", "futures", "futures-await-test", "oneshot-fused-workaround", "pin-project", "postage", "tokio", Loading
crates/tor-async-utils/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] educe = "0.4.6" futures = "0.3.14" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.21.0" } pin-project = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } void = "1" Loading
crates/tor-async-utils/src/lib.rs +2 −0 Original line number Diff line number Diff line Loading @@ -56,3 +56,5 @@ pub use prepare_send::{SinkPrepareExt, SinkPrepareSendFuture, SinkSendable}; pub use sinkext::SinkExt; pub use watch::{DropNotifyEofSignallable, DropNotifyWatchSender, PostageWatchSenderExt}; pub use oneshot_fused_workaround as oneshot;