From 43aac23453a67db1fccecc2df26b88e9f02e725e Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 10 Feb 2026 12:40:51 +0100 Subject: [PATCH] feat: install --- mise.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mise.toml diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..a75caa8 --- /dev/null +++ b/mise.toml @@ -0,0 +1,6 @@ +[tools] +rust = "1.93" +cargo = "latest" + +[tasks.install] +run = "cargo install --path ./crates/gitnow"