Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PERE Alexandre
orchestra
Commits
52264a79
Commit
52264a79
authored
Nov 13, 2019
by
Alexandre Pere
Browse files
Adds openssl probe
parent
c8fdcf84
Changes
2
Hide whitespace changes
Inline
Side-by-side
runaway-cli/Cargo.toml
View file @
52264a79
...
...
@@ -23,4 +23,5 @@ tracing = "0.1.10"
tracing-subscriber
=
"0.1.5"
tracing-attributes
=
"0.1.5"
tracing-futures
=
{
version
=
"0.1.0"
,
features
=
["futures-preview"]
}
openssl-probe
=
"0.1.2"
liborchestra
=
{
path
=
"../liborchestra"
}
runaway-cli/src/main.rs
View file @
52264a79
...
...
@@ -8,6 +8,7 @@
//------------------------------------------------------------------------------------------ IMPORTS
extern
crate
openssl_probe
;
#[macro_use]
extern
crate
lazy_static
;
...
...
@@ -40,6 +41,9 @@ const DESC: &str = "Execute code on remote hosts.";
// The application entrypoint.
fn
main
(){
// We get openssl certificates
openssl_probe
::
init_ssl_cert_env_vars
();
// We get available profiles
let
profiles
=
misc
::
get_available_profiles
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment