Skip to content

Commit

Permalink
CLI: change binary name to svix-cli
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 committed Dec 30, 2024
1 parent 67fcc20 commit 965097e
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 965097e

Please sign in to comment.