From 9494e1b9e0eb97d89ecc3cb3351c59a2d769c008 Mon Sep 17 00:00:00 2001 From: lemonsh Date: Sat, 20 May 2023 14:16:22 +0200 Subject: [PATCH] add monorepo readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3c017b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Projects in this repository: +* [`connectbox-rs`](connectbox) - API client crate for the Compal CH7465LG, which is a cable modem provided by various European ISPs under the name Connect Box. +* [`connectbox-shell`](connectbox-shell) - Interactive shell for managing a Connect Box modem powered by the connectbox-rs crate. \ No newline at end of file