From 4ebd923aed8d101d64ba74980ab48c69180ab10d Mon Sep 17 00:00:00 2001 From: tiero <3596602+tiero@users.noreply.github.com> Date: Fri, 27 Oct 2023 01:43:43 +0200 Subject: [PATCH] cargo.toml: add authors --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 14b35c6..e206320 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ edition = "2021" version = "0.1.0" name = "whisperd" readme = "README.md" +authors = ["Marco Argentieri "] homepage = "https://github.com/tiero/whisperd" description = "HTTP server for the OpenAI Whisper speech-to-text model." repository = "https://github.com/tiero/whisperd"