prepare for crates.io publish
This commit is contained in:
parent
cf78d3e391
commit
680b80c6dc
@ -9,11 +9,11 @@ There is a very work-in-progress shell available in the connectbox-shell crate i
|
|||||||
### IPv6 Notice
|
### 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 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
|
### Credits
|
||||||
Special thanks to the authors of the following projects:
|
Special thanks to the authors of the following projects:
|
||||||
* [home-assistant-ecosystem/python-connect-box](https://github.com/home-assistant-ecosystem/python-connect-box)
|
* [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)
|
* [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.
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "connectbox"
|
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"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "EUPL-1.2"
|
||||||
|
repository = "https://git.lemonsh.moe/lemon/connectbox-rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user