Change puffin-cli binary to puffin (#80)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user