-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (20 loc) · 740 Bytes
/
Cargo.toml
File metadata and controls
23 lines (20 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "cert-tools"
description = "Merge multiple truststores encoded as PEM or PKCS12 into a JVM compatible format"
version = "26.3.0-rc1"
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
publish = false
[dependencies]
stackable-secret-operator-utils = { path = "../utils" }
stackable-telemetry = { git = "https://github.com/stackabletech/operator-rs.git", features = ["clap"], tag = "stackable-telemetry-0.6.1" }
clap = { workspace = true, features = ["derive"] }
hex.workspace = true
openssl.workspace = true
snafu.workspace = true
tracing.workspace = true
tracing-subscriber = { workspace = true, features = ["env-filter"] }
[build-dependencies]
built.workspace = true