Cargo.toml 194 B

123456789101112
  1. [package]
  2. name = "baseline"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. otils = { path = "../otils" }
  7. [package.metadata.fortanix-sgx]
  8. stack-size=0x400000
  9. heap-size=0x100000000
  10. threads=9