Skip to content

Commit

Permalink
Fix Cargo manifest for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Nov 26, 2021
1 parent 7c7bfca commit 6579f2b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion libcnb-cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "libcnb-cargo"
version = "0.1.0"
edition = "2021"
rust-version = "1.56"
license = "BSD-3-Clause"
description = "Cargo command for managing buildpacks written with libcnb.rs"
repository = "https://github.com/Malax/libcnb.rs"
readme = "../README.md"
include = ["src/**/*", "../LICENSE", "../README.md"]

[[bin]]
name = "cargo-libcnb"
Expand All @@ -10,7 +16,7 @@ path = "src/main.rs"
[dependencies]
toml = "0.5.8"
serde = "1.0.130"
libcnb-data = { path = "../libcnb-data" }
libcnb-data = { version = "0.3.0", path = "../libcnb-data" }
cargo_metadata = "0.14.1"
which = "4.2.2"
tempfile = "3.2.0"
Expand Down

0 comments on commit 6579f2b

Please sign in to comment.