Enable release builds via cargo-dist (#79)

This commit is contained in:
Charlie Marsh 2023-10-09 16:48:55 -04:00 committed by GitHub
parent b90140e1bc
commit ba2b200fce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 303 additions and 75 deletions

View file

@ -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"