This commit is contained in:
parent
fb8cab8005
commit
8d84bb6d4d
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
# ok-ready-go
|
||||
|
||||
OK! ... READY! ... GO!
|
||||
A simple tool to measure time.
|
|
@ -2,6 +2,13 @@
|
|||
name = "receiver"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Dorian Zedler <dorian@itsblue.de>"]
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue