-
Notifications
You must be signed in to change notification settings - Fork 6
/
buildpack.toml
39 lines (30 loc) · 924 Bytes
/
buildpack.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
api = "0.7"
[buildpack]
description = "A Cloud Native Buildpack with an order definition suitable for Rust applications"
homepage = "https://github.com/paketo-community/rust"
id = "paketo-community/rust"
keywords = ["rust", "composite"]
name = "Rust Build Pack"
version = "{{.version}}"
[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/rust/blob/main/LICENSE"
[metadata]
include-files = ["LICENSE", "NOTICE", "README.md", "buildpack.toml"]
[[order]]
[[order.group]]
id = "paketo-community/rustup"
version = "1.12.0"
[[order.group]]
id = "paketo-community/rust-dist"
version = "1.33.0"
[[order.group]]
id = "paketo-buildpacks/syft"
version = "2.3.1"
[[order.group]]
id = "paketo-community/cargo"
version = "0.12.0"
[[order.group]]
id = "paketo-buildpacks/procfile"
optional = true
version = "5.10.0"