Move utils/quartz-proto to core/quartz-proto Fix Cargo.toml paths Add default working-directory for cosmwasm CI jobs Fix default working-directory Rename .cargo/config -> config.toml Update working-directory Update cosmwasm workflows Update rust.yml paths Add aliases to cargo config.toml Test working-directory Update cosmwasm CI jobs Use --manifest-path Use dtolnay/rust-toolchain action Fix workflow Remove --locked SSH agent SSH agent for schema Remove unused SSH key Exclude cw-tee-mtcs from rust CI jobs Clippy fix cargo fmt Add CONTRIBUTING.md Update README.md
26 lines
914 B
TOML
26 lines
914 B
TOML
[package]
|
|
name = "quartz-tee-ra"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
cosmwasm-schema = "1.4.0"
|
|
cosmwasm-std = "1.4.0"
|
|
hex-literal = "0.4.1"
|
|
num-bigint = "0.4.4"
|
|
serde_json = "1.0.108"
|
|
sha2 = "0.10.8"
|
|
thiserror = { version = "1.0.49" }
|
|
|
|
der = { version = "0.7.9", default-features = false }
|
|
displaydoc = { version = "0.2.4", default-features = false }
|
|
mc-sgx-core-types = { git = "https://github.com/hu55a1n1/sgx" }
|
|
mc-sgx-dcap-types = { git = "https://github.com/hu55a1n1/sgx" }
|
|
mc-sgx-dcap-sys-types = { git = "https://github.com/hu55a1n1/sgx" }
|
|
mc-attestation-verifier = { git = "https://github.com/hu55a1n1/attestation" }
|
|
serde = { version = "1.0.198", default-features = false }
|
|
x509-cert = { version = "0.2.5", default-features = false }
|
|
zeroize = { version = "1.7.0", default-features = false }
|