From 87ced5a47cfe4ffb0af717851f81946470ba8e8f Mon Sep 17 00:00:00 2001 From: nvrl Date: Tue, 17 Mar 2026 15:06:32 +0100 Subject: [PATCH 1/2] 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 From 1bc4c00e2340d795a7655d585acac29721708ba1 Mon Sep 17 00:00:00 2001 From: nvrl Date: Wed, 18 Mar 2026 15:25:37 +0100 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1b0627f..5a289c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,9 @@ +[package] +authors = ["Nils Pukropp "] +edition = "2024" +name = "mould" +version = "0.4.3" + [[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.3" +tempfile = "3.27.0" \ No newline at end of file