From 68c4a00a9edd2f2620eee720a8fe3f6e0ed5cf43 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Tue, 28 Jun 2022 22:30:01 +0200 Subject: [PATCH] feat: Added important info in Cargo.toml and bumped version to publish on crates.io Signed-off-by: Louis Vallat --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d7b626..32a935c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,11 @@ [package] name = "livebox" -version = "0.1.0" +version = "0.9.0" edition = "2021" description = "A library to gather data from Livebox 4 & 5." license = "GPL-3.0" +keywords = [ "router", "API", "async" ] +repository = "https://gitlab.com/lovallat/livebox-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html