Change puffin-cli binary to puffin (#80)

This commit is contained in:
Charlie Marsh 2023-10-09 17:19:33 -04:00 committed by GitHub
parent f03c605bde
commit 2d4a8c361b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -40,7 +40,6 @@ on:
push:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'
pull_request:
jobs:
# Run 'cargo dist plan' to determine what tasks we need to do

View file

@ -3,6 +3,10 @@ name = "puffin-cli"
version = "0.0.1"
edition = "2021"
[[bin]]
name = "puffin"
path = "src/main.rs"
[dependencies]
pep440_rs = { path = "../pep440-rs" }
pep508_rs = { path = "../pep508-rs" }