Skip to content

Commit

Permalink
CLI: change binary name to svix-cli (#1597)
Browse files Browse the repository at this point in the history
This is to help clarify what the binary actually is among the rest of
the svix tooling in the repo.

Looking forward, this will also help to keep the naming scheme
consistent between the binary, the package name, and the updater while
handling distribution via `dist` (pending PR:
#1593)
  • Loading branch information
svix-onelson authored Dec 30, 2024
2 parents 67fcc20 + 965097e commit 6464015
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions svix-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ license = "MIT"
keywords = ["svix", "webhooks", "diahook"]
categories = ["development-tools", "asynchronous", "network-programming", "web-programming"]

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

[dependencies]
anyhow = "1.0.94"
base64 = "0.22.1"
Expand Down

0 comments on commit 6464015

Please sign in to comment.