From 47bf9ae9941c43109b703cb692b47d82360e8914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Thu, 10 Nov 2022 14:57:44 +0100 Subject: [PATCH] Readme: Sync related crates to docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de65dbb..cc95003 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ More patterns and use-cases are in the [docs](https://docs.rs/once_cell/)! * [lazycell](https://crates.io/crates/lazycell) * [mitochondria](https://crates.io/crates/mitochondria) * [lazy_static](https://crates.io/crates/lazy_static) +* [async_once_cell](https://crates.io/crates/async_once_cell) The API of `once_cell` is being proposed for inclusion in [`std`](https://github.com/rust-lang/rfcs/pull/2788).