teepot/bin/tee-vault-admin/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

26 lines
589 B
TOML

[package]
name = "tee-vault-admin"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
actix-web.workspace = true
anyhow.workspace = true
awc.workspace = true
bytemuck.workspace = true
clap.workspace = true
hex.workspace = true
rustls.workspace = true
serde_json.workspace = true
sha2.workspace = true
teepot.workspace = true
tracing.workspace = true
tracing-actix-web.workspace = true
tracing-log.workspace = true
tracing-subscriber.workspace = true
[dev-dependencies]
test-log.workspace = true