prepare for crates.io publish

This commit is contained in:
lemonsh 2023-05-07 13:56:17 +02:00
parent cf78d3e391
commit 680b80c6dc
2 changed files with 5 additions and 2 deletions

View File

@ -9,11 +9,11 @@ There is a very work-in-progress shell available in the connectbox-shell crate i
### IPv6 Notice
I am running my modem in the IPv4 mode, so the options available to me are different than what IPv6 mode users see. Thus, this crate will likely not work correctly with IPv6 mode Connect Boxes.
I am always grateful for any contributions adding IPv6 support, though.
Contributions adding IPv6 support are always welcome, though.
### Credits
Special thanks to the authors of the following projects:
* [home-assistant-ecosystem/python-connect-box](https://github.com/home-assistant-ecosystem/python-connect-box)
* [ties/compal_CH7465LG_py](https://github.com/ties/compal_CH7465LG_py)
They have saved me from hours of reverse engineering work.
They have saved me from hours of reverse engineering work.

View File

@ -1,7 +1,10 @@
[package]
name = "connectbox"
description = "API client library for the Compal CH7465LG, which is a cable modem provided by various European ISPs under the name Connect Box."
version = "0.1.0"
edition = "2021"
license = "EUPL-1.2"
repository = "https://git.lemonsh.moe/lemon/connectbox-rs"
[dependencies]
tracing = "0.1"