teepot/bin/vault-unseal/Cargo.toml
Harald Hoyer e2b64d5519
feat: WIP new multisig threshold scheme
with a tree like structure allowing nested m of n schemes.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
2024-08-09 14:44:07 +02:00

17 lines
391 B
TOML

[package]
name = "vault-unseal"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
actix-web.workspace = true
anyhow.workspace = true
clap.workspace = true
serde_json.workspace = true
teepot.workspace = true
tracing.workspace = true
tracing-log.workspace = true
tracing-subscriber.workspace = true