diff --git a/README.md b/README.md index e4a0588..4b9a2ba 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +They have saved me from hours of reverse engineering work. diff --git a/connectbox/Cargo.toml b/connectbox/Cargo.toml index 9ebced1..34367c3 100644 --- a/connectbox/Cargo.toml +++ b/connectbox/Cargo.toml @@ -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"