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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
223 B
TOML
Raw Normal View History

2020-03-26 04:51:14 -05:00
[package]
name = "enclave"
version = "0.1.0"
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"
2020-03-27 08:19:07 -05:00
cmake = "0.1"