add author on toml

This commit is contained in:
Romulus21
2024-08-20 08:37:41 +02:00
parent 10aa0b1818
commit 92010cc9cd

View File

@@ -1,7 +1,8 @@
[package]
name = "rust_agreagator"
version = "0.1.0"
edition = "2024"
authors = ["Romulus21 <romain@delanoe.pro>"]
edition = "2021"
description = "Script computing the average of values from a sensor in MySQL database."
[dependencies]