feat: Added important info in Cargo.toml and bumped version to publish on crates.io

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-06-28 22:30:01 +02:00
parent ffc315f3c8
commit 68c4a00a9e
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -1,9 +1,11 @@
[package] [package]
name = "livebox" name = "livebox"
version = "0.1.0" version = "0.9.0"
edition = "2021" edition = "2021"
description = "A library to gather data from Livebox 4 & 5." description = "A library to gather data from Livebox 4 & 5."
license = "GPL-3.0" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html