Skip to content

Commit

Permalink
Merge PR #189: fixing openssl crate
Browse files Browse the repository at this point in the history
  • Loading branch information
hannydevelop authored Sep 9, 2021
1 parent b750368 commit 50458c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions orchestrator/gorc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ k256 = { version = "0.9", features = ["pem"] }
pkcs8 = { version = "0.7", features = ["pem"] }
signatory = "0.23.0-pre"
rand_core = { version = "0.6", features = ["std"] }
openssl-probe = "0.1.4"

abscissa_tokio = { version = "0.6.0-pre.2", features = ["actix"] }
web30 = "0.14"
Expand Down
2 changes: 2 additions & 0 deletions orchestrator/gorc/src/bin/gorc/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#![forbid(unsafe_code)]

use gorc::application::APP;
extern crate openssl_probe;


/// Boot Gorc
fn main() {
Expand Down

0 comments on commit 50458c0

Please sign in to comment.