mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00

- vendor unpublished tdx-attest-rs and tdx-attest-sys crates to be able to publish to crates.io - Updated package versions in `Cargo.toml` and `Cargo.lock` to 0.6.0. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
19 lines
399 B
TOML
19 lines
399 B
TOML
[package]
|
|
name = "rtmr-calc"
|
|
publish = false
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
gpt.workspace = true
|
|
hex.workspace = true
|
|
pe-sign.workspace = true
|
|
sha2.workspace = true
|
|
teepot.workspace = true
|
|
tracing.workspace = true
|