Skip to content

Commit 610cd20

Browse files
committed
add docker service
1 parent 0611707 commit 610cd20

File tree

118 files changed

+7374
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+7374
-115
lines changed

deps/rust/Cargo.lock

Lines changed: 927 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/rust/cargo.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ PACKAGES = WORKERD_CXX_PACKAGES | {
2828
# tokio is huge, let's enable only features when we actually need them.
2929
"tokio": crate.spec(version = "1", default_features = False, features = ["net", "rt", "rt-multi-thread", "time"]),
3030
"tracing": crate.spec(version = "0", default_features = False, features = ["std"]),
31+
"bollard": crate.spec(version = "0"),
3132
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
###############################################################################
2+
# @generated
3+
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4+
# regenerate this file, run the following:
5+
#
6+
# bazel run @@//deps/rust:crates_vendor
7+
###############################################################################
8+
9+
load("@rules_rust//rust:defs.bzl", "rust_library")
10+
11+
package(default_visibility = ["//visibility:public"])
12+
13+
rust_library(
14+
name = "android_tzdata",
15+
srcs = glob(
16+
include = ["**/*.rs"],
17+
allow_empty = True,
18+
),
19+
compile_data = glob(
20+
include = ["**"],
21+
allow_empty = True,
22+
exclude = [
23+
"**/* *",
24+
".tmp_git_root/**/*",
25+
"BUILD",
26+
"BUILD.bazel",
27+
"WORKSPACE",
28+
"WORKSPACE.bazel",
29+
],
30+
),
31+
crate_root = "src/lib.rs",
32+
edition = "2018",
33+
rustc_flags = [
34+
"--cap-lints=allow",
35+
],
36+
tags = [
37+
"cargo-bazel",
38+
"crate-name=android-tzdata",
39+
"manual",
40+
"noclippy",
41+
"norustfmt",
42+
],
43+
version = "0.1.1",
44+
)
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
###############################################################################
2+
# @generated
3+
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4+
# regenerate this file, run the following:
5+
#
6+
# bazel run @@//deps/rust:crates_vendor
7+
###############################################################################
8+
9+
load("@rules_rust//rust:defs.bzl", "rust_library")
10+
11+
package(default_visibility = ["//visibility:public"])
12+
13+
rust_library(
14+
name = "android_system_properties",
15+
srcs = glob(
16+
include = ["**/*.rs"],
17+
allow_empty = True,
18+
),
19+
compile_data = glob(
20+
include = ["**"],
21+
allow_empty = True,
22+
exclude = [
23+
"**/* *",
24+
".tmp_git_root/**/*",
25+
"BUILD",
26+
"BUILD.bazel",
27+
"WORKSPACE",
28+
"WORKSPACE.bazel",
29+
],
30+
),
31+
crate_root = "src/lib.rs",
32+
edition = "2018",
33+
rustc_flags = [
34+
"--cap-lints=allow",
35+
],
36+
tags = [
37+
"cargo-bazel",
38+
"crate-name=android_system_properties",
39+
"manual",
40+
"noclippy",
41+
"norustfmt",
42+
],
43+
version = "0.1.5",
44+
deps = [
45+
"@crates_vendor__libc-0.2.172//:libc",
46+
],
47+
)
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
###############################################################################
2+
# @generated
3+
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4+
# regenerate this file, run the following:
5+
#
6+
# bazel run @@//deps/rust:crates_vendor
7+
###############################################################################
8+
9+
load("@rules_rust//rust:defs.bzl", "rust_library")
10+
11+
package(default_visibility = ["//visibility:public"])
12+
13+
rust_library(
14+
name = "autocfg",
15+
srcs = glob(
16+
include = ["**/*.rs"],
17+
allow_empty = True,
18+
),
19+
compile_data = glob(
20+
include = ["**"],
21+
allow_empty = True,
22+
exclude = [
23+
"**/* *",
24+
".tmp_git_root/**/*",
25+
"BUILD",
26+
"BUILD.bazel",
27+
"WORKSPACE",
28+
"WORKSPACE.bazel",
29+
],
30+
),
31+
crate_root = "src/lib.rs",
32+
edition = "2015",
33+
rustc_flags = [
34+
"--cap-lints=allow",
35+
],
36+
tags = [
37+
"cargo-bazel",
38+
"crate-name=autocfg",
39+
"manual",
40+
"noclippy",
41+
"norustfmt",
42+
],
43+
version = "1.4.0",
44+
)
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
###############################################################################
2+
# @generated
3+
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4+
# regenerate this file, run the following:
5+
#
6+
# bazel run @@//deps/rust:crates_vendor
7+
###############################################################################
8+
9+
load("@rules_rust//rust:defs.bzl", "rust_library")
10+
11+
package(default_visibility = ["//visibility:public"])
12+
13+
rust_library(
14+
name = "base64",
15+
srcs = glob(
16+
include = ["**/*.rs"],
17+
allow_empty = True,
18+
),
19+
compile_data = glob(
20+
include = ["**"],
21+
allow_empty = True,
22+
exclude = [
23+
"**/* *",
24+
".tmp_git_root/**/*",
25+
"BUILD",
26+
"BUILD.bazel",
27+
"WORKSPACE",
28+
"WORKSPACE.bazel",
29+
],
30+
),
31+
crate_features = [
32+
"alloc",
33+
"default",
34+
"std",
35+
],
36+
crate_root = "src/lib.rs",
37+
edition = "2018",
38+
rustc_flags = [
39+
"--cap-lints=allow",
40+
],
41+
tags = [
42+
"cargo-bazel",
43+
"crate-name=base64",
44+
"manual",
45+
"noclippy",
46+
"norustfmt",
47+
],
48+
version = "0.22.1",
49+
)

deps/rust/crates/BUILD.bazel

Lines changed: 40 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,26 @@ alias(
4444
)
4545

4646
alias(
47-
name = "capnp-0.21.0",
48-
actual = "@crates_vendor__capnp-0.21.0//:capnp",
47+
name = "bollard-0.19.0",
48+
actual = "@crates_vendor__bollard-0.19.0//:bollard",
49+
tags = ["manual"],
50+
)
51+
52+
alias(
53+
name = "bollard",
54+
actual = "@crates_vendor__bollard-0.19.0//:bollard",
55+
tags = ["manual"],
56+
)
57+
58+
alias(
59+
name = "capnp-0.21.1",
60+
actual = "@crates_vendor__capnp-0.21.1//:capnp",
4961
tags = ["manual"],
5062
)
5163

5264
alias(
5365
name = "capnp",
54-
actual = "@crates_vendor__capnp-0.21.0//:capnp",
66+
actual = "@crates_vendor__capnp-0.21.1//:capnp",
5567
tags = ["manual"],
5668
)
5769

@@ -68,14 +80,14 @@ alias(
6880
)
6981

7082
alias(
71-
name = "cc-1.2.23",
72-
actual = "@crates_vendor__cc-1.2.23//:cc",
83+
name = "cc-1.2.25",
84+
actual = "@crates_vendor__cc-1.2.25//:cc",
7385
tags = ["manual"],
7486
)
7587

7688
alias(
7789
name = "cc",
78-
actual = "@crates_vendor__cc-1.2.23//:cc",
90+
actual = "@crates_vendor__cc-1.2.25//:cc",
7991
tags = ["manual"],
8092
)
8193

@@ -92,14 +104,14 @@ alias(
92104
)
93105

94106
alias(
95-
name = "clap-4.5.38",
96-
actual = "@crates_vendor__clap-4.5.38//:clap",
107+
name = "clap-4.5.39",
108+
actual = "@crates_vendor__clap-4.5.39//:clap",
97109
tags = ["manual"],
98110
)
99111

100112
alias(
101113
name = "clap",
102-
actual = "@crates_vendor__clap-4.5.38//:clap",
114+
actual = "@crates_vendor__clap-4.5.39//:clap",
103115
tags = ["manual"],
104116
)
105117

@@ -224,14 +236,14 @@ alias(
224236
)
225237

226238
alias(
227-
name = "rustversion-1.0.20",
228-
actual = "@crates_vendor__rustversion-1.0.20//:rustversion",
239+
name = "rustversion-1.0.21",
240+
actual = "@crates_vendor__rustversion-1.0.21//:rustversion",
229241
tags = ["manual"],
230242
)
231243

232244
alias(
233245
name = "rustversion",
234-
actual = "@crates_vendor__rustversion-1.0.20//:rustversion",
246+
actual = "@crates_vendor__rustversion-1.0.21//:rustversion",
235247
tags = ["manual"],
236248
)
237249

@@ -271,6 +283,18 @@ alias(
271283
tags = ["manual"],
272284
)
273285

286+
alias(
287+
name = "static_assertions-1.1.0",
288+
actual = "@crates_vendor__static_assertions-1.1.0//:static_assertions",
289+
tags = ["manual"],
290+
)
291+
292+
alias(
293+
name = "static_assertions",
294+
actual = "@crates_vendor__static_assertions-1.1.0//:static_assertions",
295+
tags = ["manual"],
296+
)
297+
274298
alias(
275299
name = "syn-2.0.101",
276300
actual = "@crates_vendor__syn-2.0.101//:syn",
@@ -296,14 +320,14 @@ alias(
296320
)
297321

298322
alias(
299-
name = "tokio-1.45.0",
300-
actual = "@crates_vendor__tokio-1.45.0//:tokio",
323+
name = "tokio-1.45.1",
324+
actual = "@crates_vendor__tokio-1.45.1//:tokio",
301325
tags = ["manual"],
302326
)
303327

304328
alias(
305329
name = "tokio",
306-
actual = "@crates_vendor__tokio-1.45.0//:tokio",
330+
actual = "@crates_vendor__tokio-1.45.1//:tokio",
307331
tags = ["manual"],
308332
)
309333

@@ -340,7 +364,7 @@ alias(
340364

341365
alias(
342366
name = "clap__stdio-fixture",
343-
actual = "@crates_vendor__clap-4.5.38//:stdio-fixture__bin",
367+
actual = "@crates_vendor__clap-4.5.39//:stdio-fixture__bin",
344368
tags = ["manual"],
345369
)
346370

0 commit comments

Comments
 (0)