mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 18:38:21 +00:00
Enable release builds via cargo-dist
(#79)
This commit is contained in:
parent
b90140e1bc
commit
ba2b200fce
19 changed files with 303 additions and 75 deletions
|
@ -1,13 +1,13 @@
|
|||
[package]
|
||||
name = "puffin-resolver"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
homepage.workspace = true
|
||||
documentation.workspace = true
|
||||
repository.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
version = "0.0.1"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
documentation = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
authors = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
platform-tags = { path = "../platform-tags" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue