From a875ca833e922c0456a6df41630ab9c10edddef4 Mon Sep 17 00:00:00 2001 From: Patrick Jackson Date: Thu, 18 Apr 2024 14:16:45 -0700 Subject: [PATCH] docs: add pokem to the list of projects --- Cargo.lock | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index feaf856..5222013 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,7 +940,7 @@ dependencies = [ [[package]] name = "headjack" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "dirs", diff --git a/README.md b/README.md index f6d008e..c4b6ed2 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ It wraps the matrix-rust-sdk to provide an easier interface for writing bots in ## Project using this -- [chaz](https://github.com/arcuru/chaz) +- [chaz](https://github.com/arcuru/chaz): Connect Matrix with any LLM service. +- [pokem](https://github.com/arcuru/pokem): Send notifications using HTTP requests, or a CLI app.