summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-27 14:02:28 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-27 14:02:28 +0200
commit2e5753b2b9c850c52730f5feec2e0d9cec728bc2 (patch)
tree068c25e0328f493c399aa1fab183f43486fe7109
parent795e96548674b5eb653eda2125efcf53fc910eb2 (diff)
downloadmetamuffin-website-2e5753b2b9c850c52730f5feec2e0d9cec728bc2.tar
metamuffin-website-2e5753b2b9c850c52730f5feec2e0d9cec728bc2.tar.bz2
metamuffin-website-2e5753b2b9c850c52730f5feec2e0d9cec728bc2.tar.zst
mention pbot
-rw-r--r--src/projects/data.rs8
1 files changed, 7 insertions, 1 deletions
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),