mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-20 22:53:57 +02:00

- Introduced `google-metadata` binary for reading GCP instance attributes. - Added TDX container test with new `container-test-tdx` package. - Updated Nix workflow and deployment scripts for Google Metadata integration. - Bumped `anyhow` to 1.0.95 and updated Cargo.lock. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
16 lines
372 B
TOML
16 lines
372 B
TOML
[package]
|
|
name = "google-metadata"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
reqwest.workspace = true
|
|
reqwest-middleware.workspace = true
|
|
reqwest-retry.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|