From c9ae53e30f6c0549f9027e20f36a24fe0c30f6a1 Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Tue, 29 Oct 2024 23:20:10 +0100 Subject: [PATCH] add missing cargo fields Signed-off-by: Frank Villaro-Dixon --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 64e35e9..2af0e69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,15 @@ name = "rte-france" version = "0.1.0" edition = "2021" +license = "MIT OR Apache-2.0" +description = "A client for France's RTE API" +documentation = "https://docs.rs/rte-france" +homepage = "https://github.com/Frankkkkk/rte-france-rs" +repository = "https://github.com/Frankkkkk/rte-france-rs" +keywords = ["RTE", "TSO", "RTE-France"] +categories = ["api-bindings"] + + [dependencies] anyhow = "1.0.91"