From ad901addea6911d7f0ba1dbaee3fe69820274509 Mon Sep 17 00:00:00 2001 From: gak Date: Thu, 21 Jul 2022 13:50:14 +1000 Subject: [PATCH] fix: Cargo.toml description for publish --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fbf216b..d066dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "teslatte" version = "0.0.1" +description = "A Rust crate for querying the Tesla API." edition = "2021" license = "MIT OR Apache-2.0"