From 04991991e5e33dcc7a026d075a0a15b0f811b1b3 Mon Sep 17 00:00:00 2001 From: avitex Date: Mon, 20 Apr 2020 23:43:56 +1000 Subject: [PATCH] add char-width project --- content/projects.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/projects.toml b/content/projects.toml index 8231b42..a0427bd 100644 --- a/content/projects.toml +++ b/content/projects.toml @@ -12,6 +12,12 @@ crate = "arae" status = "experimental" github = "avitex/rust-arae" +[project.rust-char-width] +lang = "rust" +crate = "char-width" +status = "development" +github = "avitex/rust-char-width" + [project.rust-dnscat] lang = "rust" crate = "dnscat"