diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-25 23:02:59 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-25 23:02:59 +0200 |
commit | 5f951383f8d4e03d149152c78d2686e5d7989bf1 (patch) | |
tree | 3555eb39573e4602e5e09b6ccdb36ef7b43d4a78 | |
parent | d8d7bde604440a2186c9af6b5891c418fa98c462 (diff) | |
download | metamuffin-website-5f951383f8d4e03d149152c78d2686e5d7989bf1.tar metamuffin-website-5f951383f8d4e03d149152c78d2686e5d7989bf1.tar.bz2 metamuffin-website-5f951383f8d4e03d149152c78d2686e5d7989bf1.tar.zst |
add infra to proj
-rw-r--r-- | src/projects/data.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/projects/data.rs b/src/projects/data.rs index 21f9462..c2e0f70 100644 --- a/src/projects/data.rs +++ b/src/projects/data.rs @@ -15,6 +15,12 @@ pub const PROJECTS: &'static [Project] = &[ ..default() }, Project { + name: "infra", + status: Developing, + description: "multi-system installation manager. allows to centrally manage installations with a single configuration in form of a rust DSL", + ..default() + }, + Project { name: "mond", status: Developing, description: "server monitoring software, no much code written so far", |