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]