mirror of https://github.com/astral-sh/uv
Change puffin-cli binary to puffin (#80)
This commit is contained in:
parent
f03c605bde
commit
2d4a8c361b
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue