rust/src/test/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/Cargo.toml

13 lines
266 B
TOML
Raw Normal View History

2020-03-26 04:51:14 -05:00
[package]
name = "enclave"
version = "0.1.0"
authors = ["Raoul Strackx <raoul.strackx@fortanix.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-03-26 07:57:37 -05:00
[build-dependencies]
cc = "1.0"