Skip to content

Commit

Permalink
fix binary target name
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Oct 18, 2024
1 parent 3c521de commit 82b4ca4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "titorelli"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "titorelli"
path = "src/bin/main.rs"

[dependencies]
anyhow = "1.0.89"
chrono = { version = "0.4.38", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 82b4ca4

Please sign in to comment.