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 6, 2024
1 parent bf0ec2c commit a744f37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[package]
name = "popgetter_cli"
name = "popgetter-cli"
version = "0.1.0"
edition = "2021"

[lib]
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 a744f37

Please sign in to comment.