From 3dd8b2c47a712d7730b4b6119a111ead4876792e Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Fri, 10 Jan 2025 22:08:38 +1300 Subject: Rename crate to recipe-parser This is to bring the crate name in line with the style used by my other crates. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8186dab..22ca9ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "recipe_parser" +name = "recipe-parser" version = "1.2.0" authors = ["Ben Bridle "] edition = "2021" -- cgit v1.2.3-70-g09d2