We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae22ca2 commit aa5502dCopy full SHA for aa5502d
enclave/safetrace/enclave/Cargo.toml
@@ -12,6 +12,7 @@ crate-type = ["staticlib"]
12
default = []
13
14
[dependencies]
15
+GSL = "*"
16
enigma-types = { git = "https://github.com/enigmampc/enigma-core.git", branch="develop", default-features = false, features = ["sgx"] }
17
enigma-crypto = { git = "https://github.com/enigmampc/enigma-core.git", branch="develop", default-features = false, features = ["sgx", "asymmetric"] }
18
enigma-tools-t = { git = "https://github.com/enigmampc/enigma-core.git", branch="develop" }
0 commit comments