tangled
alpha
login
or
join now
pierrelf.com
/
grain
0
fork
atom
Rust implementation of OCI Distribution Spec with granular access control
0
fork
atom
overview
issues
9
pulls
pipelines
refactor: switch from OpenSSL to rustls for TLS
pierrelf.com
3 months ago
984824b3
fe7f8506
0/1
build.yml
failed
1m
+1
-2
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
build.yml
Cargo.toml
-1
.tangled/workflows/build.yml
···
12
12
- cargo
13
13
- gcc
14
14
- pkg-config
15
15
-
- openssl.dev
16
15
- skopeo
17
16
- buildah
18
17
- bash
+1
-1
Cargo.toml
···
26
26
bytes = "1.9.0"
27
27
utoipa = { version = "5", features = ["axum_extras"] }
28
28
utoipa-swagger-ui = { version = "9", features = ["axum"] }
29
29
-
reqwest = { version = "0.12", features = ["blocking", "json"] }
29
29
+
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
30
30
lazy_static = "1.4"
31
31
regex = "1.10"
32
32
prometheus = "0.14"