diff options
-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", |