From 8d84bb6d4da731d107a107d4c3aafd801f5009ca Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Fri, 17 Feb 2023 17:04:04 +0100 Subject: [PATCH] Chore: update metadata --- README.md | 2 +- receiver/Cargo.toml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da06b1b..34ecfbf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # ok-ready-go -OK! ... READY! ... GO! \ No newline at end of file +A simple tool to measure time. \ No newline at end of file diff --git a/receiver/Cargo.toml b/receiver/Cargo.toml index bf4e978..285b925 100644 --- a/receiver/Cargo.toml +++ b/receiver/Cargo.toml @@ -2,6 +2,13 @@ name = "receiver" version = "0.1.0" edition = "2021" +authors = ["Dorian Zedler "] +description = "Receiver for ok-ready-go.speedclimbing.org" +repository = "https://itsblue.dev/dorian/ok-ready-go" +homepage = "https://ok-ready-go.speedclimbing.org/" +readme = "README.md" +license = "AGPL-3.0-only" +license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html