mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-11 00:44:20 -05:00
18 lines
547 B
TOML
18 lines
547 B
TOML
|
[package]
|
||
|
name = "aws-nitro-enclaves-ffi"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
nsm-lib = { git = "https://github.com/aws/aws-nitro-enclaves-nsm-api", rev = "4f468c467583bbd55429935c4f09448dd43f48a0" }
|
||
|
aws-nitro-enclaves-attestation-ffi = { git = "https://github.com/ppmag/aws-nitro-enclaves-attestation", rev = "83ca87233298c302973a5bdbbb394c36cd7eb6e6" }
|
||
|
|
||
|
[lib]
|
||
|
name = "nitro"
|
||
|
crate-type = ["staticlib"]
|
||
|
|
||
|
[profile.release]
|
||
|
lto = true
|