From 92010cc9cd3f6cdb2e741e63854930dd0918df12 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Tue, 20 Aug 2024 08:37:41 +0200 Subject: [PATCH] add author on toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 97d259a..e77c4bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "rust_agreagator" version = "0.1.0" -edition = "2024" +authors = ["Romulus21 "] +edition = "2021" description = "Script computing the average of values from a sensor in MySQL database." [dependencies]