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"