Compare commits
9 Commits
184386a96b
...
v0.4.3
| Author | SHA1 | Date | |
|---|---|---|---|
| fca84f5820 | |||
| 1bc4c00e23 | |||
| 0d15c61d67 | |||
| 0f26f7ac76 | |||
| 69d4963e4f | |||
| 87ced5a47c | |||
| f85dac3b25 | |||
| e09cc3f2d7 | |||
| c270d37585 |
14
Cargo.toml
14
Cargo.toml
@@ -1,3 +1,9 @@
|
|||||||
|
[package]
|
||||||
|
authors = ["Nils Pukropp <nils@narl.io>"]
|
||||||
|
edition = "2024"
|
||||||
|
name = "mould"
|
||||||
|
version = "0.4.3"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "mould"
|
name = "mould"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
@@ -24,10 +30,4 @@ features = ["derive"]
|
|||||||
version = "1.0.228"
|
version = "1.0.228"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.27.0"
|
tempfile = "3.27.0"
|
||||||
|
|
||||||
[package]
|
|
||||||
authors = ["Nils Pukropp <nils@narl.io>"]
|
|
||||||
edition = "2024"
|
|
||||||
name = "mould"
|
|
||||||
version = "0.4.3"
|
|
||||||
Reference in New Issue
Block a user