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