From 0130c32096a918268826d110f481c98318378845 Mon Sep 17 00:00:00 2001 From: Maxime Augier Date: Fri, 2 Aug 2024 10:56:20 +0200 Subject: [PATCH] Add crate metadata for crates.io publishing --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fc8fad1..555dcf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ name = "easee" version = "0.1.0" edition = "2021" authors = ["Maxime Augier "] +description = "Rust bindings for the Easee cloud API for EV charging devices" +readme = "README.md" +repository = "https://github.com/maugier/easee-rs" +license = "GPL-3.0" +keywords = ["easee"] +categories = ["api-bindings"] + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html