cycles-quartz/crates/utils/print-fmspc/Cargo.toml
Shoaib Ahmed 382866be24
chore: v0.1 release prep Cargo.tomls
Co-authored-by: Ethan Buchman <ethan@coinculture.info>
2024-10-09 23:30:52 +04:00

22 lines
644 B
TOML

[package]
name = "quartz-print-fmspc"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license-file.workspace = true
repository.workspace = true
homepage.workspace = true
categories = ["command-line-utilities", "cryptography::cryptocurrencies", "hardware-support", "wasm"]
keywords = ["cosmos", "cosmwasm", "cycles", "quartz", "sgx"]
readme = "README.md"
description = """
Convenience tool to print the FMSPC (Family-Model-Stepping-Platform-Custom) of the local SGX processor.
"""
[dependencies]
dcap-qvl = "0.1.0"
hex.workspace = true
serde_json.workspace = true
tokio.workspace = true