Update Cargo.toml #12

Merged
nvrl merged 1 commits from nvrl-patch-1 into main 2026-03-17 15:06:41 +01:00

View File

@@ -1,3 +1,9 @@
[package]
authors = ["Nils Pukropp <nils@narl.io>"]
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 <nils@narl.io>"]
edition = "2024"
name = "mould"
version = "0.4.2"
tempfile = "3.27.0"