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