From 5f951383f8d4e03d149152c78d2686e5d7989bf1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 25 Sep 2023 23:02:59 +0200 Subject: add infra to proj --- src/projects/data.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') 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 @@ -14,6 +14,12 @@ pub const PROJECTS: &'static [Project] = &[ description: "media streaming solution (similiar to jellyfin). supports on-the-fly remuxing and federated content.", ..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, -- cgit v1.2.3-70-g09d2