From c7e0cdb57127604581f1cc339659598fbd47891b Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 18 Oct 2023 19:38:43 -0400 Subject: [PATCH] Correct crate name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91454fb..10b2af7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "dust" +name = "dust-lang" description = "Data-Oriented Programming Language" version = "0.3.0" repository = "https://github.com/tree-sitter/tree-sitter-dust"