From 5d6f2014c6ebfaefaacd30472a2ebb38261b5993 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Thu, 6 Oct 2022 16:51:25 +0200 Subject: [PATCH] task_coroutines 0.1.0 (#653) --- .../ta/task_coroutines/task_coroutines-0.1.0.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 index/ta/task_coroutines/task_coroutines-0.1.0.toml diff --git a/index/ta/task_coroutines/task_coroutines-0.1.0.toml b/index/ta/task_coroutines/task_coroutines-0.1.0.toml new file mode 100644 index 00000000..f7e57bbb --- /dev/null +++ b/index/ta/task_coroutines/task_coroutines-0.1.0.toml @@ -0,0 +1,14 @@ +name = "task_coroutines" +description = "Coroutines and generators using only standard tasking features" +version = "0.1.0" +licenses = "MIT" +tags = ["coroutine", "generator"] +website = "https://github.com/Fabien-Chouteau/task_coroutines" + +authors = ["Fabien Chouteau"] +maintainers = ["Fabien Chouteau "] +maintainers-logins = ["Fabien-Chouteau"] + +[origin] +commit = "700f643c1872763f1a527b2d6dc3e93a1b7526d8" +url = "git+https://github.com/Fabien-Chouteau/task_coroutines.git"