From a43b3ead2a9031352b8bc166cdee4d75a509bf2c Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 23 Aug 2021 02:50:32 -0500 Subject: [PATCH] tokei --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index 0f7a232..14ab9fd 100644 --- a/Justfile +++ b/Justfile @@ -1,3 +1,6 @@ +ct: + tokei + fmt: cargo +nightly fmt --all