add missing cargo fields
All checks were successful
publish crate / publish (push) Successful in 1m35s

Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2024-10-29 23:20:10 +01:00
parent 861ab964b1
commit c9ae53e30f

View file

@ -2,6 +2,15 @@
name = "rte-france" name = "rte-france"
version = "0.1.0" version = "0.1.0"
edition = "2021" 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] [dependencies]
anyhow = "1.0.91" anyhow = "1.0.91"