forked from bottlerocket-os/bottlerocket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (20 loc) · 664 Bytes
/
Cargo.toml
File metadata and controls
25 lines (20 loc) · 664 Bytes
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
[package]
name = "containerd"
version = "0.1.0"
edition = "2021"
publish = false
build = "build.rs"
[lib]
path = "pkg.rs"
[package.metadata.build-package]
releases-url = "https://github.com/containerd/containerd/releases"
[[package.metadata.build-package.external-files]]
url = "https://github.com/containerd/containerd/archive/v1.6.19/containerd-1.6.19.tar.gz"
sha512 = "dca78d472dfbc6fc4d9b0b3a0d0a131d3575163c52e4fe18ea2c6147868b8822c54046c0709974e9b90472b882ba3890ada7f0fcbf31549efffba0d91531886c"
# RPM BuildRequires
[build-dependencies]
glibc = { path = "../glibc" }
# RPM Requires
[dependencies]
runc = { path = "../runc" }
pigz = { path = "../pigz" }