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