Skip to content

Commit

Permalink
Rename binary and package
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Jul 8, 2024
1 parent bf0ec2c commit 68daab0
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 @@ -7,6 +7,10 @@ edition = "2021"
name = "popgetter"
path = "src/lib.rs"

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

[dependencies]
anyhow = "1.0.75"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 68daab0

Please sign in to comment.