13 lines
223 B
TOML
Raw Normal View History

2020-03-26 10:51:14 +01: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 13:57:37 +01:00
[build-dependencies]
cc = "1.0"
2020-03-27 14:19:07 +01:00
cmake = "0.1"