From a7823b3faf225d6ed7fad2f95b6bed178c6386ed Mon Sep 17 00:00:00 2001 From: avitex Date: Mon, 20 Apr 2020 02:31:28 +1000 Subject: [PATCH] add rust-badgen project --- content/projects.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/projects.toml b/content/projects.toml index d55450e..8231b42 100644 --- a/content/projects.toml +++ b/content/projects.toml @@ -1,5 +1,11 @@ status = { experimental = "red", development = "orange", published = "green" } +[project.rust-badgen] +lang = "rust" +crate = "badgen" +status = "development" +github = "avitex/rust-badgen" + [project.rust-arae] lang = "rust" crate = "arae"