From 4f4e566fe47c30b14cfe388a28f70b79009609e5 Mon Sep 17 00:00:00 2001 From: kyu08 <49891479+kyu08@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:27:49 +0900 Subject: [PATCH] Fix repository link for crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdc4cea..96d13d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "just grammar for the tree-sitter parsing library" version = "0.0.1" keywords = ["incremental", "parsing", "just"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-javascript" +repository = "https://github.com/IndianBoy42/tree-sitter-just" edition = "2021" license = "MIT" autoexamples = false