cycles-quartz/crates/contracts/tee-ra/Cargo.toml

37 lines
847 B
TOML
Raw Normal View History

2024-02-19 15:55:46 +00:00
[package]
name = "quartz-tee-ra"
2024-05-30 00:00:43 +00:00
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["blockchain", "cosmos", "cosmwasm", "cycles", "quartz"]
readme = "README.md"
2024-02-19 15:55:46 +00:00
[dependencies]
2024-05-30 00:00:43 +00:00
# external
der.workspace = true
hex-literal.workspace = true
num-bigint.workspace = true
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
thiserror.workspace = true
x509-cert.workspace = true
x509-parser.workspace = true
2024-05-30 00:00:43 +00:00
# mobilecoin
mc-attestation-verifier.workspace = true
mc-sgx-dcap-types.workspace = true
2024-05-30 00:00:43 +00:00
# cosmos
cosmwasm-schema.workspace = true
2024-06-20 20:09:29 +00:00
cosmwasm-std.workspace = true
[dev-dependencies]
hex = "0.4.3"
mc-sgx-dcap-types.workspace = true
mc-sgx-core-types.workspace = true
mc-sgx-dcap-sys-types.workspace = true