Skip to content

Commit 82b4ca4

Browse files
committed
fix binary target name
1 parent 3c521de commit 82b4ca4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "titorelli"
33
version = "0.1.0"
44
edition = "2021"
55

6+
[[bin]]
7+
name = "titorelli"
8+
path = "src/bin/main.rs"
9+
610
[dependencies]
711
anyhow = "1.0.89"
812
chrono = { version = "0.4.38", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)