mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +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,12 +1,18 @@
|
|||
[package]
|
||||
name = "install-wheel-rs"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
description = "Takes a wheel and installs it, either in a venv or for monotrail"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/konstin/poc-monotrail"
|
||||
keywords = ["wheel", "python"]
|
||||
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
documentation = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
authors = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
[lib]
|
||||
name = "install_wheel_rs"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue