From 87ced5a47cfe4ffb0af717851f81946470ba8e8f Mon Sep 17 00:00:00 2001 From: nvrl Date: Tue, 17 Mar 2026 15:06:32 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 97e0a8c..cfa866d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,9 @@ +[package] +authors = ["Nils Pukropp "] +edition = "2024" +name = "mould" +version = "0.4.2" + [[bin]] name = "mould" path = "src/main.rs" @@ -24,10 +30,4 @@ features = ["derive"] version = "1.0.228" [dev-dependencies] -tempfile = "3.27.0" - -[package] -authors = ["Nils Pukropp "] -edition = "2024" -name = "mould" -version = "0.4.2" +tempfile = "3.27.0" \ No newline at end of file -- 2.49.1