libcnb-package 0.2.0

Library for cross-compiling and packaging buildpacks written with libcnb.rs
Documentation
[package]
name = "libcnb-package"
version = "0.2.0"
edition = "2021"
rust-version = "1.59"
license = "BSD-3-Clause"
description = "Library for cross-compiling and packaging buildpacks written with libcnb.rs"
keywords = ["buildpacks", "CNB"]
repository = "https://github.com/heroku/libcnb.rs/tree/main/libcnb-package"
documentation = "https://docs.rs/libcnb-package"
readme = "README.md"
include = ["src/**/*", "../LICENSE", "README.md"]

[dependencies]
cargo_metadata = "0.15.0"
libcnb-data = { version = "0.8.0", path = "../libcnb-data" }
toml = "0.5.9"
which = "4.2.5"