diff --git a/Cargo.toml b/Cargo.toml index d4d6229..2dda6f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,9 @@ +[package] +authors = ["Nils Pukropp "] +edition = "2024" +name = "mould" +version = "0.5.0" + [[bin]] name = "mould" path = "src/main.rs" @@ -28,9 +34,3 @@ version = "1.0.228" [dev-dependencies] tempfile = "3.27.0" - -[package] -authors = ["Nils Pukropp "] -edition = "2024" -name = "mould" -version = "0.4.3"