From 2e5753b2b9c850c52730f5feec2e0d9cec728bc2 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 27 Apr 2024 14:02:28 +0200 Subject: mention pbot --- src/projects/data.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/projects/data.rs b/src/projects/data.rs index ed48079..bb6146b 100644 --- a/src/projects/data.rs +++ b/src/projects/data.rs @@ -65,7 +65,13 @@ pub const PROJECTS: &'static [Project] = &[ ..default() }, ]; -pub const EXTRA_PROJECTS: &'static [Project] = &[ +pub const EXTRA_PROJECTS: &'static [Project] = &[ + Project { + name: "pbot", + status: Developing, + description: "Opinionated rust library for writing high-level chatbots that concurrently run on multiple messengers.", + ..default() + }, Project { name: "karlender", status: Paused(Working), -- cgit v1.2.3-70-g09d2