cycles-quartz/crates/common
Ethan Buchman f8a04a09c9
LICENSE (#253)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-10-15 22:58:06 +02:00
..
src Rename crates and subdirs (#231) 2024-10-01 10:27:57 -04:00
Cargo.toml LICENSE (#253) 2024-10-15 22:58:06 +02:00
README.md docs: Update docs to reflect crate reorg naming, and remove EPID docs (#233) 2024-10-01 23:57:13 -04:00

common

A simple crate to re-export quartz core and protobufs:

#[cfg(feature = "contract")]
pub use quartz_contract_core as contract;
#[cfg(feature = "enclave")]
pub use quartz_enclave_core as enclave;
#[cfg(feature = "proto")]
pub use quartz_proto::quartz as proto;