From e09241a7f5cd8fc438b29451d166adea4f866e88 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 7 Jun 2022 10:36:28 +0200 Subject: [PATCH] stopwatch 0.1 (#529) * stopwatch 0.1 * Update commit * Enable config --- index/st/stopwatch/stopwatch-0.1.0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/st/stopwatch/stopwatch-0.1.0.toml diff --git a/index/st/stopwatch/stopwatch-0.1.0.toml b/index/st/stopwatch/stopwatch-0.1.0.toml new file mode 100644 index 00000000..233d1be5 --- /dev/null +++ b/index/st/stopwatch/stopwatch-0.1.0.toml @@ -0,0 +1,15 @@ +name = "stopwatch" +description = "Keep track of elapsed time" +version = "0.1.0" +tags = ["timer", "stopwatch", "chronometer"] + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +maintainers-logins = ["mosteo"] + +licenses = "MIT" + +[origin] +commit = "624a7c877a01fa0f9c38fa01af8cafe9a220e76b" +url = "git+https://github.com/mosteo/stopwatch.git" +